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.TrainerRandomForest.Trainer. setMaxNodes(int maxNodes)Sets the maximum number of leaf nodes.RandomForest.TrainerRandomForest.Trainer. setNodeSize(int nodeSize)Sets the minimum size of leaf nodes.RandomForest.TrainerRandomForest.Trainer. setNumRandomFeatures(int mtry)Sets the number of random selected features for splitting.RandomForest.TrainerRandomForest.Trainer. setNumTrees(int ntrees)Sets the number of trees in the random forest.RandomForest.TrainerRandomForest.Trainer. setSamplingRates(double subsample)Sets the sampling rate.
-