Class FeatureNode
java.lang.Object
de.bwaldvogel.liblinear.FeatureNode
- All Implemented Interfaces:
Feature
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
index
public final int index -
value
public double value
-
-
Constructor Details
-
FeatureNode
public FeatureNode(int index, double value)
-
-
Method Details
-
getIndex
-
getValue
-
setValue
-
hashCode
-
equals
-
toString
-