public class LibLinearFeatureNode extends Object implements LibLinearFeature
http://liblinear.bwaldvogel.de| Constructor and Description |
|---|
LibLinearFeatureNode(int index,
double value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getIndex() |
double |
getValue() |
int |
hashCode() |
void |
setValue(double value) |
String |
toString() |
public int getIndex()
getIndex in interface LibLinearFeaturepublic double getValue()
getValue in interface LibLinearFeaturepublic void setValue(double value)
setValue in interface LibLinearFeatureCopyright © 2015 Semantic Analytics Group @ Uniroma2. All rights reserved.