Uses of Class
org.nd4j.evaluation.classification.ConfusionMatrix
-
Packages that use ConfusionMatrix Package Description org.nd4j.evaluation.classification org.nd4j.evaluation.serde -
-
Uses of ConfusionMatrix in org.nd4j.evaluation.classification
Fields in org.nd4j.evaluation.classification declared as ConfusionMatrix Modifier and Type Field Description protected ConfusionMatrix<Integer>Evaluation. confusionMethods in org.nd4j.evaluation.classification that return ConfusionMatrix Modifier and Type Method Description ConfusionMatrix<Integer>Evaluation. getConfusionMatrix()Returns the confusion matrix variableMethods in org.nd4j.evaluation.classification with parameters of type ConfusionMatrix Modifier and Type Method Description voidConfusionMatrix. add(ConfusionMatrix<T> other)Adds the entries from another confusion matrix to this one.Constructors in org.nd4j.evaluation.classification with parameters of type ConfusionMatrix Constructor Description ConfusionMatrix(ConfusionMatrix<T> other)Creates a new ConfusionMatrix initialized with the contents of another ConfusionMatrix. -
Uses of ConfusionMatrix in org.nd4j.evaluation.serde
Methods in org.nd4j.evaluation.serde that return ConfusionMatrix Modifier and Type Method Description ConfusionMatrix<Integer>ConfusionMatrixDeserializer. deserialize(org.nd4j.shade.jackson.core.JsonParser jp, org.nd4j.shade.jackson.databind.DeserializationContext ctxt)Methods in org.nd4j.evaluation.serde with parameters of type ConfusionMatrix Modifier and Type Method Description voidConfusionMatrixSerializer. serialize(ConfusionMatrix<Integer> cm, org.nd4j.shade.jackson.core.JsonGenerator gen, org.nd4j.shade.jackson.databind.SerializerProvider provider)
-