Learn R Programming

gbm3 (version 3.0)

to_old_gbm: Convert GBMFit to previous gbm object

Description

Function that takes a GBMFit object produced from a call to gbmt and converts it to the form of a gbm object from Version 2.1 of the package.

Usage

to_old_gbm(gbm_fit_obj)

Value

a gbm object of the form from Version 2.1 of the package.

Arguments

gbm_fit_obj

a GBMFit object produced by a call to gbmt.

Author

James Hickey