Uses of Package
org.tribuo.classification.evaluation
Package
Description
Provides classes and infrastructure for multiclass classification problems.
Evaluation classes for multi-class classification.
Provides infrastructure for
SequenceModel
s which
emit Label
s at each step of the sequence.Evaluation classes for multi-label classification using
MultiLabel
.-
-
ClassDescriptionDefines methods that calculate classification performance, used for both multi-class and multi-label classification.A confusion matrix for
Classifiable
s.Adds multi-class classification specific metrics toClassifierEvaluation
.Stores the Precision-Recall curve as three arrays: the precisions, the recalls, and the thresholds associated with those values.Stores the ROC curve as three arrays: the false positive rate, the true positive rate, and the thresholds associated with those rates.The context for aLabelMetric
is aConfusionMatrix
.An enum of the defaultLabelMetric
s supported by the multi-class classification evaluation package. -
ClassDescriptionA confusion matrix for
Classifiable
s.The context for aLabelMetric
is aConfusionMatrix
. -
ClassDescriptionDefines methods that calculate classification performance, used for both multi-class and multi-label classification.A confusion matrix for
Classifiable
s.