| Package | Description |
|---|---|
| org.cleartk.eval | |
| org.cleartk.eval.util |
| Modifier and Type | Method and Description |
|---|---|
ConfusionMatrix<OUTCOME_TYPE> |
AnnotationStatistics.confusions()
Returns the
ConfusionMatrix tabulating reference outcomes matched to predicted
outcomes. |
| 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 © 2014. All rights reserved.