Uses of Class
org.tribuo.evaluation.metrics.MetricTarget
Packages that use MetricTarget
Package
Description
This package contains the infrastructure classes for building evaluation metrics.
-
Uses of MetricTarget in org.tribuo.evaluation.metrics
Subclasses with type arguments of type MetricTarget in org.tribuo.evaluation.metricsModifier and TypeClassDescriptionfinal classJust an easier-to-read alias forPair<MetricTarget<T>, String>.Methods in org.tribuo.evaluation.metrics that return MetricTargetModifier and TypeMethodDescriptionEvaluationMetric.getTarget()The target for this metric instance.static <U extends Output<U>>
MetricTarget<U> MetricTarget.macroAverageTarget()Get the singletonMetricTargetwhich contains theEvaluationMetric.Average.MACRO.static <U extends Output<U>>
MetricTarget<U> MetricTarget.microAverageTarget()Get the singletonMetricTargetwhich contains theEvaluationMetric.Average.MICRO.Constructors in org.tribuo.evaluation.metrics with parameters of type MetricTargetModifierConstructorDescriptionMetricID(MetricTarget<T> target, String metricName) Constructs a metric id.