Class MutableLabelInfo

java.lang.Object
org.tribuo.classification.LabelInfo
org.tribuo.classification.MutableLabelInfo
All Implemented Interfaces:
Serializable, MutableOutputInfo<Label>, OutputInfo<Label>

public class MutableLabelInfo extends LabelInfo implements MutableOutputInfo<Label>
A mutable LabelInfo. Can record new observations of Labels, incrementing the appropriate counts.
See Also: