ensemble | R Documentation |
Vistla can be run in the ensemble mode, in which tree is built multiple times, usually on a slightly modified input data. This mode can be triggered by passing a value to the ensemble argument of the vistla method. This function can be used to construct the proper value for this argument.
ensemble(n = 30, resample = TRUE, prune = 0)
## S3 method for class 'vistla_ensemble_control'
print(x, ...)
n |
number of replicatons. |
resample |
if |
prune |
Minimal number of iterations in which certain branch must appear not be prunned during ensemble consolidation.
Zero (default) means no prunning.
Note that |
x |
ensemble control value to print. |
... |
ignored. |
A vistla_ensemble_control
object which can be passed to the vistla
function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.