Uses of Class
org.tribuo.classification.evaluation.LabelMetric
Packages that use LabelMetric
Package
Description
Evaluation classes for multi-class classification.
Provides infrastructure for
SequenceModels which
emit Labels at each step of the sequence.-
Uses of LabelMetric in org.tribuo.classification.evaluation
Subclasses with type arguments of type LabelMetric in org.tribuo.classification.evaluationMethods 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
Subclasses with type arguments of type LabelMetric in org.tribuo.classification.sequenceMethods in org.tribuo.classification.sequence that return types with arguments of type LabelMetricModifier and TypeMethodDescriptionprotected Set<LabelMetric> LabelSequenceEvaluator.createMetrics(SequenceModel<Label> model)