public class SSBEPP extends java.lang.Object implements IBestSplitMeasure
| Constructor and Description |
|---|
SSBEPP() |
| Modifier and Type | Method and Description |
|---|---|
double |
getScore(double[] totalCounts,
double[] positiveCounts,
int kBEPPConstant,
boolean unbiasedEstimate)
Stub: implementation for nominal attributes not complete; will simply exit.
|
double |
getScore(SufficientStatistics ss,
int kBEPPConstant,
boolean unbiasedEstimate)
Returns SSBEPP score of the two groups after the split - the larger the better
|
static double |
getSSBEPP(SufficientStatistics ss,
int kBEPPConstant,
boolean unbiasedEstimate)
Returns SSBEPP score of the two groups after the split - the larger the better
|
public static double getSSBEPP(SufficientStatistics ss, int kBEPPConstant, boolean unbiasedEstimate)
public double getScore(SufficientStatistics ss, int kBEPPConstant, boolean unbiasedEstimate)
getScore in interface IBestSplitMeasurepublic double getScore(double[] totalCounts,
double[] positiveCounts,
int kBEPPConstant,
boolean unbiasedEstimate)
getScore in interface IBestSplitMeasure