Package | Description |
---|---|
org.linqs.psl.utils.evaluation.statistics |
Modifier and Type | Method and Description |
---|---|
static ConfusionMatrix |
ConfusionMatrix.aggregate(Collection<ConfusionMatrix> cms)
Aggregates the scores of a collection of confusion matrices.
|
ConfusionMatrix |
ConfusionMatrix.clone()
Returns a deep copy of the confusion matrix.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfusionMatrix.accumulate(ConfusionMatrix cm)
Accumulates the scores from another confusion matrix.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfusionMatrix.accumulate(Collection<ConfusionMatrix> cms)
Accumulates the scores from a collection of confusion matrices.
|
static ConfusionMatrix |
ConfusionMatrix.aggregate(Collection<ConfusionMatrix> cms)
Aggregates the scores of a collection of confusion matrices.
|
Constructor and Description |
---|
ConfusionMatrix(ConfusionMatrix cm)
Copy constructor.
|
Copyright © 2018 University of California, Santa Cruz. All rights reserved.