gradient_boosting_model_free
Frees the memory associated with a gradient boosting model structure.
Synopsis
#include <imsls.h>
void imsls_f_gradient_boosting_model_free (Imsls_f_gradient_boosting_model *gb_model)
The type double function is imsls_d_gradient_boosting_model_free.
Required Arguments
Imsls_f_gradient_boosting_model *gb_model (Input)
A gradient boosting model structure.
Description
Function imsls_f_gradient_boosting_model_free frees the memory associated with a gradient boosting model structure.
Example
See the examples for imsls_f_gradient_boosting_predict.