Package org.tribuo.classification


package org.tribuo.classification
Provides classes and infrastructure for multiclass classification problems.

The multiclass Output implementation is called Label and has an associated Evaluator, OutputFactory and OutputInfos.

Note: Tribuo has no specialisation for binary classification, all classification tasks are considered to be multiclass, and all classification models work for multiclass problems.