Uses of Class
smile.regression.RandomForest.Trainer
-
Packages that use RandomForest.Trainer Package Description smile.regression -
-
Uses of RandomForest.Trainer in smile.regression
Methods in smile.regression that return RandomForest.Trainer Modifier and Type Method Description RandomForest.Trainer
RandomForest.Trainer. setMaxNodes(int maxNodes)
Sets the maximum number of leaf nodes.RandomForest.Trainer
RandomForest.Trainer. setNodeSize(int nodeSize)
Sets the minimum size of leaf nodes.RandomForest.Trainer
RandomForest.Trainer. setNumRandomFeatures(int mtry)
Sets the number of random selected features for splitting.RandomForest.Trainer
RandomForest.Trainer. setNumTrees(int ntrees)
Sets the number of trees in the random forest.RandomForest.Trainer
RandomForest.Trainer. setSamplingRates(double subsample)
Sets the sampling rate.
-