public interface BinaryConfusionMatrix
Modifier and Type | Method and Description |
---|---|
long |
numFalseNegatives()
number of false negatives
|
long |
numFalsePositives()
number of false positives
|
long |
numNegatives()
number of negatives
|
long |
numPositives()
number of positives
|
long |
numTrueNegatives()
number of true negatives
|
long |
numTruePositives()
number of true positives
|
long numFalseNegatives()
long numFalsePositives()
long numNegatives()
long numPositives()
long numTrueNegatives()
long numTruePositives()