baggedtrees {autoBagging} | R Documentation |
bagged trees models
Description
The standard resampling with replacement (bootstrap) is used as sampling strategy.
Usage
baggedtrees(form, data, ntree = 100)
Arguments
form |
formula |
data |
training data |
ntree |
no of trees |
Examples
ensemble <- baggedtrees(Species ~., iris, ntree = 50)
[Package autoBagging version 0.1.0 Index]