public final class ConfusionMatrixCell extends Object
ConfusionMatrix.| Constructor and Description | 
|---|
ConfusionMatrixCell()  | 
| Modifier and Type | Method and Description | 
|---|---|
double | 
getProbability()
Gets the overall probability for this cell. 
 | 
Double | 
getProbabilityGivenActual()
Gets the probability for this cell, conditional on the actual counts. 
 | 
Double | 
getProbabilityGivenPredicted()
Gets the probability for this cell, conditional on the predicted counts. 
 | 
double | 
size()
Gets the count (support) for this cell. 
 | 
public double size()
public double getProbability()
public Double getProbabilityGivenActual()
public Double getProbabilityGivenPredicted()
Copyright © 2021. All rights reserved.