See: Description
Interface | Description |
---|---|
EvaluationMetric<T extends Output<T>,C extends MetricContext<T>> |
A metric that can be calculated for the specified output type.
|
Class | Description |
---|---|
MetricContext<T extends Output<T>> |
The context for a metric or set of metrics.
|
MetricID<T extends Output<T>> |
Just an easier-to-read alias for
Pair<MetricTarget<T>, String> . |
MetricTarget<T extends Output<T>> |
Used by a given
EvaluationMetric to determine whether it should compute its value for a specific Output value
or whether it should average them. |
Enum | Description |
---|---|
EvaluationMetric.Average |
Specifies what form of average to use for a
EvaluationMetric . |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.