Uses of Class
smile.regression.RegressionTree.Trainer
-
Packages that use RegressionTree.Trainer Package Description smile.regression -
-
Uses of RegressionTree.Trainer in smile.regression
Methods in smile.regression that return RegressionTree.Trainer Modifier and Type Method Description RegressionTree.TrainerRegressionTree.Trainer. setMaxNodes(int maxNodes)Sets the maximum number of leaf nodes in the tree.RegressionTree.TrainerRegressionTree.Trainer. setNodeSize(int nodeSize)Sets the minimum size of leaf nodes.
-