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 booleanequals(java.lang.Object obj)intgetIndex()doublegetValue()inthashCode()voidsetValue(double value)java.lang.StringtoString()
-