Interface Classifiable<T extends Classifiable<T>>

Type Parameters:
T - The type of the Output.
All Superinterfaces:
Output<T>, Serializable
All Known Implementing Classes:
Label, MultiLabel

public interface Classifiable<T extends Classifiable<T>> extends Output<T>
A tag interface for multi-class and multi-label classification tasks.