Uses of Package
org.tribuo.evaluation.metrics
Packages that use org.tribuo.evaluation.metrics
Package
Description
Evaluation classes for anomaly detection.
Evaluation classes for multi-class classification.
Provides infrastructure for
SequenceModel
s which
emit Label
s at each step of the sequence.Evaluation classes for clustering.
Evaluation base classes, along with code for train/test splits and cross validation.
This package contains the infrastructure classes for building evaluation metrics.
Evaluation classes for multi-label classification using
MultiLabel
.Evaluation classes for single or multi-dimensional regression.
Provides core classes for working with sequences of
Example
s.-
Classes in org.tribuo.evaluation.metrics used by org.tribuo.anomaly.evaluationClassDescriptionA metric that can be calculated for the specified output type.Just an easier-to-read alias for
Pair<MetricTarget<T>, String>
.Used by a givenEvaluationMetric
to determine whether it should compute its value for a specificOutput
value or whether it should average them. -
Classes in org.tribuo.evaluation.metrics used by org.tribuo.classification.evaluationClassDescriptionA metric that can be calculated for the specified output type.Specifies 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 givenEvaluationMetric
to determine whether it should compute its value for a specificOutput
value or whether it should average them. -
Classes in org.tribuo.evaluation.metrics used by org.tribuo.classification.sequence
-
Classes in org.tribuo.evaluation.metrics used by org.tribuo.clustering.evaluationClassDescriptionA metric that can be calculated for the specified output type.Just an easier-to-read alias for
Pair<MetricTarget<T>, String>
.Used by a givenEvaluationMetric
to determine whether it should compute its value for a specificOutput
value or whether it should average them. -
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 givenEvaluationMetric
to determine whether it should compute its value for a specificOutput
value or whether it should average them. -
Classes in org.tribuo.evaluation.metrics used by org.tribuo.multilabel.evaluationClassDescriptionA metric that can be calculated for the specified output type.Just an easier-to-read alias for
Pair<MetricTarget<T>, String>
.Used by a givenEvaluationMetric
to determine whether it should compute its value for a specificOutput
value or whether it should average them. -
Classes in org.tribuo.evaluation.metrics used by org.tribuo.regression.evaluationClassDescriptionA metric that can be calculated for the specified output type.Just an easier-to-read alias for
Pair<MetricTarget<T>, String>
.Used by a givenEvaluationMetric
to determine whether it should compute its value for a specificOutput
value 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>
.