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 doubleget(int index)voidset(int index, double value)(package private) voidsetOffset(int offset)
-