Package de.bwaldvogel.liblinear
Interface Feature
-
- All Known Implementing Classes:
FeatureNode
public interface Feature
- Since:
- 1.9
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getIndex()
double
getValue()
void
setValue(double value)
-