This Class represents a Boosted Regression Tree model objects and hosts all the information related to the model.
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.