This Class represents a Boosted Regression Tree model objects and hosts all the information related to the model.
Details
See gbm for the meaning of the slots.
Slots
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.
