Package org.tribuo.multilabel.evaluation
package org.tribuo.multilabel.evaluation
Evaluation classes for multi-label classification using
MultiLabel
.
The default metrics calculated are found in MultiLabelMetrics
.
User specified metrics are not currently supported.
-
ClassDescriptionA
ConfusionMatrix
which acceptsMultiLabel
s.AMultiLabel
specificClassifierEvaluation
.The implementation of aMultiLabelEvaluation
using the default metrics.AnEvaluator
forMultiLabel
problems.AEvaluationMetric
for evaluatingMultiLabel
problems.An enum of the defaultMultiLabelMetric
s supported by the multi-label classification evaluation package.