Boosted Regression Tree
This Class represents a Boosted Regression Tree model objects and hosts all the information related to the model.
See gbm for the meaning of the slots.
distribution
character. Name of the used distribution.
n.trees
integer. Maximum number of grown trees.
interaction.depth
integer. Maximum depth of each tree.
shrinkage
numeric. The shrinkage parameter.
bag.fraction
numeric. Random fraction of data used in the tree expansion.
model
gbm. The Boosted Regression Tree model object.
Sergio Vignali
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.