ensemble {vistla} | R Documentation |
Construct the value for the ensemble argument
Description
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.
Usage
ensemble(n = 30, resample = TRUE, prune = 0)
## S3 method for class 'vistla_ensemble_control'
print(x, ...)
Arguments
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. |
Value
A vistla_ensemble_control
object which can be passed to the vistla
function.