Description Usage Arguments Value Examples
View source: R/random_forest.R
Function that implement one weak model of Random Forest based on the resample of the features
1 | randomforest_fit1(data, fweak = dt_reg, fea_len = NULL)
|
data |
- list of data that fweak need |
fweak |
- function that generates estimate from weak model based on input, its default value is dt_reg |
fea_len |
- the number of features we sample each time, its default value is null |
A trained model function based on the one implementation of the weak model, whose input is the independent variables.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.