Package de.bwaldvogel.liblinear
Class DoubleArrayPointer
- java.lang.Object
-
- de.bwaldvogel.liblinear.DoubleArrayPointer
-
final class DoubleArrayPointer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DoubleArrayPointer(double[] array, int offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
get(int index)
void
set(int index, double value)
(package private) void
setOffset(int offset)
-