Package org.tribuo.evaluation.metrics
package org.tribuo.evaluation.metrics
This package contains the infrastructure classes for building evaluation metrics.
-
ClassDescriptionA metric that can be calculated for the specified output type.Specifies what form of average to use for a
EvaluationMetric
.MetricContext<T extends Output<T>>The context for a metric or set of metrics.Just an easier-to-read alias forPair<MetricTarget<T>, String>
.MetricTarget<T extends Output<T>>Used by a givenEvaluationMetric
to determine whether it should compute its value for a specificOutput
value or whether it should average them.