getCustomCppExample {compboost} | R Documentation |
This function can be used to print the trace of the parameters of a trained compboost object.
getCustomCppExample(example = "blearner", silent = FALSE)
example |
[ |
silent |
[ |
This function returns a string which can be compiled using
Rcpp::sourceCpp(code = getCustomCppExample)
to define a new
custom cpp logger.