Package | Description |
---|---|
org.tribuo.anomaly.evaluation |
Evaluation classes for anomaly detection.
|
org.tribuo.classification.evaluation |
Evaluation classes for multi-class classification.
|
org.tribuo.classification.sequence |
Provides infrastructure for
SequenceModel s which
emit Label s at each step of the sequence. |
org.tribuo.clustering.evaluation |
Evaluation classes for clustering.
|
org.tribuo.evaluation |
Evaluation base classes, along with code for train/test splits and cross validation.
|
org.tribuo.evaluation.metrics |
This package contains the infrastructure classes for building evaluation metrics.
|
org.tribuo.multilabel.evaluation |
Evaluation classes for multi-label classification using
MultiLabel . |
org.tribuo.regression.evaluation |
Evaluation classes for single or multi-dimensional regression.
|
org.tribuo.sequence |
Provides core classes for working with sequences of
Example s. |
Class and Description |
---|
EvaluationMetric
A metric that can be calculated for the specified output type.
|
MetricID
Just an easier-to-read alias for
Pair<MetricTarget<T>, String> . |
MetricTarget
Used by a given
EvaluationMetric to determine whether it should compute its value for a specific Output value
or whether it should average them. |
Class and Description |
---|
EvaluationMetric
A metric that can be calculated for the specified output type.
|
EvaluationMetric.Average
Specifies what form of average to use for a
EvaluationMetric . |
MetricContext
The context for a metric or set of metrics.
|
MetricID
Just an easier-to-read alias for
Pair<MetricTarget<T>, String> . |
MetricTarget
Used by a given
EvaluationMetric to determine whether it should compute its value for a specific Output value
or whether it should average them. |
Class and Description |
---|
MetricID
Just an easier-to-read alias for
Pair<MetricTarget<T>, String> . |
Class and Description |
---|
EvaluationMetric
A metric that can be calculated for the specified output type.
|
MetricID
Just an easier-to-read alias for
Pair<MetricTarget<T>, String> . |
MetricTarget
Used by a given
EvaluationMetric to determine whether it should compute its value for a specific Output value
or whether it should average them. |
Class and Description |
---|
EvaluationMetric
A metric that can be calculated for the specified output type.
|
MetricContext
The context for a metric or set of metrics.
|
MetricID
Just an easier-to-read alias for
Pair<MetricTarget<T>, String> . |
Class and Description |
---|
EvaluationMetric.Average
Specifies what form of average to use for a
EvaluationMetric . |
MetricContext
The context for a metric or set of metrics.
|
MetricID
Just an easier-to-read alias for
Pair<MetricTarget<T>, String> . |
MetricTarget
Used by a given
EvaluationMetric to determine whether it should compute its value for a specific Output value
or whether it should average them. |
Class and Description |
---|
EvaluationMetric
A metric that can be calculated for the specified output type.
|
MetricID
Just an easier-to-read alias for
Pair<MetricTarget<T>, String> . |
MetricTarget
Used by a given
EvaluationMetric to determine whether it should compute its value for a specific Output value
or whether it should average them. |
Class and Description |
---|
EvaluationMetric
A metric that can be calculated for the specified output type.
|
MetricID
Just an easier-to-read alias for
Pair<MetricTarget<T>, String> . |
MetricTarget
Used by a given
EvaluationMetric to determine whether it should compute its value for a specific Output value
or whether it should average them. |
Class and Description |
---|
EvaluationMetric
A metric that can be calculated for the specified output type.
|
MetricContext
The context for a metric or set of metrics.
|
MetricID
Just an easier-to-read alias for
Pair<MetricTarget<T>, String> . |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.