Uses of Class
ciir.umass.edu.learning.tree.Split
-
Packages that use Split Package Description ciir.umass.edu.learning.tree -
-
Uses of Split in ciir.umass.edu.learning.tree
Fields in ciir.umass.edu.learning.tree declared as Split Modifier and Type Field Description protected SplitRegressionTree. rootFields in ciir.umass.edu.learning.tree with type parameters of type Split Modifier and Type Field Description protected java.util.List<Split>RegressionTree. leavesMethods in ciir.umass.edu.learning.tree that return Split Modifier and Type Method Description SplitSplit. getLeft()SplitSplit. getRight()Methods in ciir.umass.edu.learning.tree that return types with arguments of type Split Modifier and Type Method Description java.util.List<Split>RegressionTree. leaves()Retrieve all leave nodes in the treejava.util.List<Split>Split. leaves()Methods in ciir.umass.edu.learning.tree with parameters of type Split Modifier and Type Method Description booleanFeatureHistogram. findBestSplit(Split sp, double[] labels, int minLeafSupport)protected voidRegressionTree. insert(java.util.List<Split> ls, Split s)voidSplit. setLeft(Split s)voidSplit. setRight(Split s)Method parameters in ciir.umass.edu.learning.tree with type arguments of type Split Modifier and Type Method Description protected voidRegressionTree. insert(java.util.List<Split> ls, Split s)Constructors in ciir.umass.edu.learning.tree with parameters of type Split Constructor Description RegressionTree(Split root)
-