public interface AMRulesSplitCriterion extends SplitCriterion
Modifier and Type | Method and Description |
---|---|
double[] |
computeBranchSplitMerits(double[][] postSplitDists) |
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[] computeBranchSplitMerits(double[][] postSplitDists)
double getMeritOfSplit(double[] preSplitDist, double[][] postSplitDists)
SplitCriterion
getMeritOfSplit
in interface SplitCriterion
preSplitDist
- the class distribution before the splitdouble getRangeOfMerit(double[] preSplitDist)
SplitCriterion
getRangeOfMerit
in interface SplitCriterion
preSplitDist
- the class distribution before the splitCopyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.