java.lang.Object
org.elasticsearch.xpack.core.ml.dataframe.evaluation.classification.MulticlassConfusionMatrix
All Implemented Interfaces:
NamedWriteable, Writeable, ToXContent, ToXContentObject, EvaluationMetric

public class MulticlassConfusionMatrix extends Object implements EvaluationMetric
MulticlassConfusionMatrix is a metric that answers the question: "How many documents belonging to class X were classified as Y by the classifier?" for all the possible class pairs {X, Y}.