| Modifier and Type | Method and Description | 
|---|---|
| double | getScore(double[] totalCounts,
        double[] positiveCounts,
        int kBEPPConstant,
        boolean unbiasedEstimate)Returns a purity score for the N groups after a nominal split - larger is better | 
| double | getScore(SufficientStatistics ss,
        int kBEPPConstant,
        boolean unbiasedEstimate)Returns a purity score of the two groups after the split - larger is better | 
double getScore(SufficientStatistics ss, int kBEPPConstant, boolean unbiasedEstimate)
double getScore(double[] totalCounts,
                double[] positiveCounts,
                int kBEPPConstant,
                boolean unbiasedEstimate)