Learn R Programming

compboost (version 0.1.0)

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

Description

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

Usage

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.