Package de.bwaldvogel.liblinear
Class DoubleArrayPointer
java.lang.Object
de.bwaldvogel.liblinear.DoubleArrayPointer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_array
private final double[] _array -
_offset
private int _offset
-
-
Constructor Details
-
DoubleArrayPointer
DoubleArrayPointer(double[] array, int offset)
-
-
Method Details
-
setOffset
void setOffset(int offset) -
get
public double get(int index) -
set
public void set(int index, double value)
-