public class MaxBEPP extends java.lang.Object implements IBestSplitMeasure
Constructor and Description |
---|
MaxBEPP() |
Modifier and Type | Method and Description |
---|---|
static double |
getMaxBEPP(double[] totalCounts,
double[] positiveCounts,
int kBEPPConstant,
boolean unbiasedEstimate)
Computes MaxBEPP score for nominal case; the larger the better.
|
static double |
getMaxBEPP(SufficientStatistics ss,
int kBEPPConstant,
boolean unbiasedEstimate)
Computes MaxBEPP score for two subsets; the larger the better.
|
double |
getScore(double[] totalCounts,
double[] positiveCounts,
int kBEPPConstant,
boolean unbiasedEstimate)
Computes MaxBEPP score for nominal case; the larger the better.
|
double |
getScore(SufficientStatistics ss,
int kBEPPConstant,
boolean unbiasedEstimate)
Computes MaxBEPP score for two subsets; the larger the better.
|
public static double getMaxBEPP(SufficientStatistics ss, int kBEPPConstant, boolean unbiasedEstimate)
public static double getMaxBEPP(double[] totalCounts, double[] positiveCounts, int kBEPPConstant, boolean unbiasedEstimate)
public double getScore(SufficientStatistics ss, int kBEPPConstant, boolean unbiasedEstimate)
getScore
in interface IBestSplitMeasure
public double getScore(double[] totalCounts, double[] positiveCounts, int kBEPPConstant, boolean unbiasedEstimate)
getScore
in interface IBestSplitMeasure