Package | Description |
---|---|
org.linqs.psl.utils.evaluation.statistics |
Modifier and Type | Method and Description |
---|---|
static SquareMatrix |
SquareMatrix.aggregate(Collection<SquareMatrix> sms)
Aggregates the scores of a collection of square matrices.
|
static SquareMatrix |
SquareMatrix.average(Collection<SquareMatrix> sms)
Averages the scores of an array of square matrices.
|
SquareMatrix |
SquareMatrix.clone()
Returns a deep copy of the matrix.
|
SquareMatrix |
ConfusionMatrix.getPrecisionMatrix()
Returns the precision matrix, computed by normlizing each entry (i,j) the sum of column j.
|
SquareMatrix |
ConfusionMatrix.getRecallMatrix()
Returns the recall matrix, computed by normlizing each entry (i,j) the sum of row i.
|
Modifier and Type | Method and Description |
---|---|
void |
SquareMatrix.accumulate(SquareMatrix sm)
Accumulates the scores from another square matrix.
|
Modifier and Type | Method and Description |
---|---|
void |
SquareMatrix.accumulate(Collection<SquareMatrix> sms)
Accumulates the scores from a collection of square matrices.
|
static SquareMatrix |
SquareMatrix.aggregate(Collection<SquareMatrix> sms)
Aggregates the scores of a collection of square matrices.
|
static SquareMatrix |
SquareMatrix.average(Collection<SquareMatrix> sms)
Averages the scores of an array of square matrices.
|
Constructor and Description |
---|
SquareMatrix(SquareMatrix sm)
Copy constructor.
|
Copyright © 2018 University of California, Santa Cruz. All rights reserved.