Uses of Class
ciir.umass.edu.learning.tree.RegressionTree
-
Packages that use RegressionTree Package Description ciir.umass.edu.learning.tree -
-
Uses of RegressionTree in ciir.umass.edu.learning.tree
Fields in ciir.umass.edu.learning.tree with type parameters of type RegressionTree Modifier and Type Field Description protected java.util.List<RegressionTree>Ensemble. treesMethods in ciir.umass.edu.learning.tree that return RegressionTree Modifier and Type Method Description RegressionTreeEnsemble. getTree(int k)Methods in ciir.umass.edu.learning.tree with parameters of type RegressionTree Modifier and Type Method Description voidEnsemble. add(RegressionTree tree, float weight)protected voidLambdaMART. updateTreeOutput(RegressionTree rt)protected voidMART. updateTreeOutput(RegressionTree rt)
-