Class IndexedArrayExample.FeatureTuple
java.lang.Object
org.tribuo.impl.IndexedArrayExample.FeatureTuple
- Enclosing class:
IndexedArrayExample<T extends Output<T>>
A tuple of the feature name, id and value.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
id
public int id -
value
public double value
-
-
Constructor Details
-
FeatureTuple
public FeatureTuple() -
FeatureTuple
-