Class LabelInfo

java.lang.Object
org.tribuo.classification.LabelInfo
All Implemented Interfaces:
Serializable, OutputInfo<Label>
Direct Known Subclasses:
ImmutableLabelInfo, MutableLabelInfo

public abstract class LabelInfo extends Object implements OutputInfo<Label>
The base class for information about multi-class classification Labels.
See Also: