BRT-class: Boosted Regression Tree

BRT-classR 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

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.

Author(s)

Sergio Vignali


sgvignali/SDMtune documentation built on July 20, 2023, 1:45 a.m.