- java.lang.Object
-
- de.bwaldvogel.liblinear.FeatureNode
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
int |
index |
double |
value |
-
Constructor Summary
Constructors
| Constructor and Description |
FeatureNode(int index,
double value) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
Field Detail
-
index
public final int index
-
value
public double value
-
Method Detail
-
getIndex
public int getIndex()
- Specified by:
getIndex in interface Feature
- Since:
- 1.9
-
getValue
public double getValue()
- Specified by:
getValue in interface Feature
- Since:
- 1.9
-
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
Copyright © 2012. All Rights Reserved.