Description Usage Arguments Value Examples
View source: R/random_forest.R
Function that implement the algorithm of Ensemble learning in Random Forest
1 | Randomforest(data, model_num, fweak = dt_reg)
|
data |
- list of data that fweak need |
model_num |
- the number of weak models you want to train and combine |
fweak |
- function that generates estimate from weak model based on input |
A list of
fitted_value |
- fitted value on the training dataset based on the trained model |
model_train |
- a list of trained weak models |
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.