This Class represents a Boosted Regression Tree model objects and hosts all the information related to the model.
# S4 method for BRT
show(object)
BRT object
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
See gbm for the meaning of the slots.