Reconstruct a GBM's Source Data
Helper function to reconstitute the data for plots and summaries. This function is not intended for the user to call directly.
reconstructGBMdata(x)
x
: a gbm.object
initially fit using gbm
Returns a data used to fit the gbm in a format that can subsequently be used for plots and summaries
gbm
, gbm.object
Harry Southworth