Class MultiLabelInfo

java.lang.Object
org.tribuo.multilabel.MultiLabelInfo
All Implemented Interfaces:
Serializable, OutputInfo<MultiLabel>
Direct Known Subclasses:
ImmutableMultiLabelInfo, MutableMultiLabelInfo

public abstract class MultiLabelInfo extends Object implements OutputInfo<MultiLabel>
The base class for information about MultiLabel outputs.
See Also: