Uses of Class
smile.regression.RandomForest
-
Packages that use RandomForest Package Description smile.regression -
-
Uses of RandomForest in smile.regression
Methods in smile.regression that return RandomForest Modifier and Type Method Description RandomForest
RandomForest. merge(RandomForest other)
Merges together two random forests and returns a new forest consisting of trees from both input forests.RandomForest
RandomForest.Trainer. train(double[][] x, double[] y)
Methods in smile.regression with parameters of type RandomForest Modifier and Type Method Description RandomForest
RandomForest. merge(RandomForest other)
Merges together two random forests and returns a new forest consisting of trees from both input forests.
-