Constructor and Description |
---|
NextSplitHeuristic() |
Modifier and Type | Method and Description |
---|---|
int |
compare(TreeNode o1,
TreeNode o2)
Method used to sort nodes in the priority queue.
|
static double |
getBepp(java.util.List<weka.core.Instance> instances,
java.util.HashMap<weka.core.Instance,Bag> instanceBags,
boolean unbiasedEstimate,
int kBEPPConstant,
boolean bagCount,
double multiplier)
Method used to get the BEPP scores based on the given arguments.
|
public int compare(TreeNode o1, TreeNode o2)
compare
in interface java.util.Comparator<TreeNode>
public static double getBepp(java.util.List<weka.core.Instance> instances, java.util.HashMap<weka.core.Instance,Bag> instanceBags, boolean unbiasedEstimate, int kBEPPConstant, boolean bagCount, double multiplier)