Package org.tribuo.classification
Interface Classifiable<T extends Classifiable<T>>
- Type Parameters:
T
- The type of the Output.
- All Superinterfaces:
Output<T>
,ProtoSerializable<org.tribuo.protos.core.OutputProto>
,Serializable
- All Known Implementing Classes:
Label
,MultiLabel
A tag interface for multi-class and multi-label classification tasks.
-
Field Summary
Fields inherited from interface org.tribuo.protos.ProtoSerializable
DESERIALIZATION_METHOD_NAME, PROVENANCE_SERIALIZER
-
Method Summary
Methods inherited from interface org.tribuo.Output
copy, fullEquals, fullEquals, getSerializableForm
Methods inherited from interface org.tribuo.protos.ProtoSerializable
serialize