Description Usage Arguments Value Examples
RUSBoost variant of BEMBoost
1 2 3 4 5 6 7 8 9 10 11 | RUSBoost.BEM(
form,
train,
test,
t_final = 100,
BEM = 0.5,
perc.U = 0.9,
rel.thr = 0.9,
coef = 1.5,
...
)
|
form |
The model formula. |
train |
A data.frame with the training data. |
test |
A data.frame with the test data. |
t_final |
The number of maximum boosting iterations. Default is 100. |
BEM |
Biggest error margin admissible. Defaults to 0.5. |
perc.U |
Percentage for Undersampling via Random Undersampling, i.e. percentage of cases with normal values to remain in the new dataset. Default is 0.9. |
rel.thr |
Relevance threshold. Default is 0.9. |
coef |
Coefficient used in boxplot statistics, which is used to create the relevance function. Default is 1.5. |
... |
Dots are passed to rpart |
Returns a vector with the predictions made by RUSBoost.BEM.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.