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)

fhpinto/autoBagging documentation built on May 24, 2019, 4:03 a.m.