| BRT-class {SDMtune} | R Documentation |
Boosted Regression Tree
Description
This Class represents a Boosted Regression Tree model objects and hosts all the information related to the model.
Usage
## S4 method for signature 'BRT'
show(object)
Arguments
object |
BRT object |
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.
Author(s)
Sergio Vignali
[Package SDMtune version 1.3.1 Index]