Uses of Class
org.tribuo.classification.evaluation.LabelMetric
Package
Description
Evaluation classes for multi-class classification.
Provides infrastructure for
SequenceModel
s which
emit Label
s at each step of the sequence.-
Uses of LabelMetric in org.tribuo.classification.evaluation
Modifier and TypeMethodDescriptionLabelMetrics.forTarget
(MetricTarget<Label> tgt) Gets the LabelMetric wrapped around the supplied MetricTarget.Modifier and TypeMethodDescriptionprotected Set<LabelMetric>
LabelEvaluator.createMetrics
(Model<Label> model) -
Uses of LabelMetric in org.tribuo.classification.sequence
Modifier and TypeMethodDescriptionprotected Set<LabelMetric>
LabelSequenceEvaluator.createMetrics
(SequenceModel<Label> model)