Class MetricContext<T extends Output<T>>

java.lang.Object
org.tribuo.evaluation.metrics.MetricContext<T>
Direct Known Subclasses:
LabelMetric.Context

public abstract class MetricContext<T extends Output<T>> extends Object
The context for a metric or set of metrics. At minimum the model used to generate the predictions, and the predictions themselves.