Package | Description |
---|---|
smile.regression |
Regression analysis.
|
Modifier and Type | Method and Description |
---|---|
RandomForest.Trainer |
RandomForest.Trainer.setMinimumNodeSize(int S)
Sets the minimum size of leaf nodes.
|
RandomForest.Trainer |
RandomForest.Trainer.setNumRandomFeatures(int M)
Sets the number of random selected features for splitting.
|
RandomForest.Trainer |
RandomForest.Trainer.setNumTrees(int T)
Sets the number of trees in the random forest.
|
Copyright © 2015. All rights reserved.