public interface SplitCriterion extends OptionHandler
Modifier and Type | Method and Description |
---|---|
double |
getMeritOfSplit(double[] preSplitDist,
double[][] postSplitDists)
Computes the merit of splitting for a given
ditribution before the split and after it.
|
double |
getRangeOfMerit(double[] preSplitDist)
Computes the range of splitting merit
|
copy, getCLICreationString, getOptions, getPurposeString, prepareForUse, prepareForUse
getDescription, measureByteSize
double getMeritOfSplit(double[] preSplitDist, double[][] postSplitDists)
preSplitDist
- the class distribution before the splitpostSplitDist
- the class distribution after the splitdouble getRangeOfMerit(double[] preSplitDist)
preSplitDist
- the class distribution before the splitCopyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.