baggedtrees: bagged trees models

Description Usage Arguments Examples

Description

The standard resampling with replacement (bootstrap) is used as sampling strategy.

Usage

1
baggedtrees(form, data, ntree = 100)

Arguments

form

formula

data

training data

ntree

no of trees

Examples

1
ensemble <- baggedtrees(Species ~., iris, ntree = 50)

autoBagging documentation built on May 2, 2019, 7:30 a.m.