Class LabelMetric

java.lang.Object
org.tribuo.classification.evaluation.LabelMetric
All Implemented Interfaces:
EvaluationMetric<Label,LabelMetric.Context>

public class LabelMetric extends Object implements EvaluationMetric<Label,LabelMetric.Context>
A EvaluationMetric for Labels which calculates the value based on a ConfusionMatrix.