public interface SufficientStatistics
Modifier and Type | Method and Description |
---|---|
double |
positiveCountLeft()
The number of positive cases on the left side.
|
double |
positiveCountRight()
The number of positive cases on the right side.
|
double |
totalCountLeft()
The total number of cases on the left.
|
double |
totalCountRight()
The total number of cases on the right.
|
void |
updateStats(weka.core.Instance i,
java.util.HashMap<weka.core.Instance,Bag> instanceBags)
Method used to update the sufficient statistics by shifting an instance
from one side to the other.
|
double positiveCountLeft()
double positiveCountRight()
double totalCountLeft()
double totalCountRight()
void updateStats(weka.core.Instance i, java.util.HashMap<weka.core.Instance,Bag> instanceBags)