Package | Description |
---|---|
org.deeplearning4j.eval | |
org.deeplearning4j.eval.serde |
Modifier and Type | Field and Description |
---|---|
protected ConfusionMatrix<Integer> |
Evaluation.confusion |
Modifier and Type | Method and Description |
---|---|
ConfusionMatrix<Integer> |
Evaluation.getConfusionMatrix()
Returns the confusion matrix variable
|
Modifier and Type | Method and Description |
---|---|
void |
ConfusionMatrix.add(ConfusionMatrix<T> other)
Adds the entries from another confusion matrix to this one.
|
Constructor and Description |
---|
ConfusionMatrix(ConfusionMatrix<T> other)
Creates a new ConfusionMatrix initialized with the contents of another ConfusionMatrix.
|
Modifier and Type | Method and Description |
---|---|
ConfusionMatrix<Integer> |
ConfusionMatrixDeserializer.deserialize(org.nd4j.shade.jackson.core.JsonParser jp,
org.nd4j.shade.jackson.databind.DeserializationContext ctxt) |
Modifier and Type | Method and Description |
---|---|
void |
ConfusionMatrixSerializer.serialize(ConfusionMatrix<Integer> cm,
org.nd4j.shade.jackson.core.JsonGenerator gen,
org.nd4j.shade.jackson.databind.SerializerProvider provider) |
Copyright © 2017. All rights reserved.