Package | Description |
---|---|
org.deeplearning4j.eval |
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.
|
Copyright © 2016. All Rights Reserved.