Package de.bwaldvogel.liblinear
Class FeatureNode
- java.lang.Object
-
- de.bwaldvogel.liblinear.FeatureNode
-
-
Constructor Summary
Constructors Constructor Description FeatureNode(int index, double value)
FeatureNode(int index, double value, boolean validateIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
getIndex()
double
getValue()
int
hashCode()
void
setValue(double value)
java.lang.String
toString()
-