getCustomCppExample: Get example C++ script to define a custom cpp logger

Description Usage Arguments Value

Description

This function can be used to print the trace of the parameters of a trained compboost object.

Usage

1
getCustomCppExample(example = "blearner", silent = FALSE)

Arguments

example

[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.

silent

[logical(1)]
Logical value indicating if the example code should be printed to the screen.

Value

This function returns a string which can be compiled using Rcpp::sourceCpp(code = getCustomCppExample) to define a new custom cpp logger.


compboost documentation built on May 2, 2019, 6:40 a.m.