This function can be used to print the trace of the parameters of a trained compboost object.
getCustomCppExample(example = "blearner", silent = FALSE)[character(1)]
Character value indicating if an example for the base-learner or for the
loss should be returned. The values, for example, has to be one of
blearner or loss.
[logical(1)]
Logical value indicating if the example code should be printed to the
screen.
This function returns a string which can be compiled using
Rcpp::sourceCpp(code = getCustomCppExample) to define a new
custom cpp logger.