T
- The type of output.public final class MetricID<T extends Output<T>> extends com.oracle.labs.mlrg.olcut.util.Pair<MetricTarget<T>,String>
Pair<MetricTarget<T>, String>
.
Used as a key in metric result maps. See Evaluation.asMap()
.
Constructor and Description |
---|
MetricID(MetricTarget<T> target,
String metricName) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
public MetricID(MetricTarget<T> target, String metricName)
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.