Class Feature

java.lang.Object
org.tribuo.Feature
All Implemented Interfaces:
Serializable, Cloneable, Comparable<Feature>
Direct Known Subclasses:
ColumnarFeature

public class Feature extends Object implements Serializable, Cloneable, Comparable<Feature>
A class for features. Features are an immutable tuple of name and a double value.

Features can be manufactured by the Example and are not expected to be long lived objects. They may be deconstructed when stored in an Example. One day they should become value/inline types.

See Also: