Uses of Package
org.tribuo.evaluation.metrics
Packages that use org.tribuo.evaluation.metrics
Package
Description
Evaluation base classes, along with code for train/test splits and cross validation.
This package contains the infrastructure classes for building evaluation metrics.
Provides core classes for working with sequences of
Examples.-
Classes in org.tribuo.evaluation.metrics used by org.tribuo.evaluationClassDescriptionA metric that can be calculated for the specified output type.The context for a metric or set of metrics.Just an easier-to-read alias for
Pair<MetricTarget<T>, String>. -
Classes in org.tribuo.evaluation.metrics used by org.tribuo.evaluation.metricsClassDescriptionSpecifies what form of average to use for a
EvaluationMetric.The context for a metric or set of metrics.Just an easier-to-read alias forPair<MetricTarget<T>, String>.Used by a givenEvaluationMetricto determine whether it should compute its value for a specificOutputvalue or whether it should average them. -
Classes in org.tribuo.evaluation.metrics used by org.tribuo.sequenceClassDescriptionA metric that can be calculated for the specified output type.The context for a metric or set of metrics.Just an easier-to-read alias for
Pair<MetricTarget<T>, String>.