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 givenEvaluationMetricto determine whether it should compute its value for a specificOutputvalue or whether it should average them.