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
distributioncharacter. Name of the used distribution.
n.treesinteger. Maximum number of grown trees.
interaction.depthinteger. Maximum depth of each tree.
shrinkagenumeric. The shrinkage parameter.
bag.fractionnumeric. Random fraction of data used in the tree expansion.
modelgbm. The Boosted Regression Tree model object.
Sergio Vignali
See gbm for the meaning of the slots.