Description Usage Arguments Value Examples
Function that combines results from weak models in parallel
1 | Comb_parallel(multi_est, weights)
|
multi_est |
- list containing multiple estimates from weak models |
weights |
- nonegative vector that combines the multiple estimates |
The combined result for the Ensemble Learning in parallel.
1 2 3 | multi_est <- list(1, 2, 3)
weights <- c(0.2, 0.4, 0.4)
Comb_parallel(multi_est, weights)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.