Uses of Class
org.tribuo.classification.evaluation.LabelMetric
Packages that use 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
Methods in org.tribuo.classification.evaluation that return LabelMetricModifier and TypeMethodDescriptionLabelMetrics.forTarget
(MetricTarget<Label> tgt) Gets the LabelMetric wrapped around the supplied MetricTarget.Methods in org.tribuo.classification.evaluation that return types with arguments of type LabelMetricModifier and TypeMethodDescriptionprotected Set<LabelMetric>
LabelEvaluator.createMetrics
(Model<Label> model) -
Uses of LabelMetric in org.tribuo.classification.sequence
Methods in org.tribuo.classification.sequence that return types with arguments of type LabelMetricModifier and TypeMethodDescriptionprotected Set<LabelMetric>
LabelSequenceEvaluator.createMetrics
(SequenceModel<Label> model)