public class SufficientInstanceStatistics extends java.lang.Object implements SufficientStatistics
Constructor and Description |
---|
SufficientInstanceStatistics(java.util.List<weka.core.Instance> allInstances,
java.util.HashMap<weka.core.Instance,Bag> instanceBags)
Constructs the object by initially assigning all instances to the right subset.
|
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()
Number of cases on the left side.
|
double |
totalCountRight()
Number of cases on the right side.
|
void |
updateStats(weka.core.Instance i,
java.util.HashMap<weka.core.Instance,Bag> instanceBags)
Updates the sufficient statistics assuming a shift of instance i from the right of the split to the left
|
public SufficientInstanceStatistics(java.util.List<weka.core.Instance> allInstances, java.util.HashMap<weka.core.Instance,Bag> instanceBags)
public void updateStats(weka.core.Instance i, java.util.HashMap<weka.core.Instance,Bag> instanceBags)
updateStats
in interface SufficientStatistics
public double positiveCountLeft()
positiveCountLeft
in interface SufficientStatistics
public double positiveCountRight()
positiveCountRight
in interface SufficientStatistics
public double totalCountLeft()
totalCountLeft
in interface SufficientStatistics
public double totalCountRight()
totalCountRight
in interface SufficientStatistics