LoggerIteration | R Documentation |
Logger class to log the current iteration
logger_id |
( |
use_as_stopper |
( |
max_iterations |
( |
S4 object.
LoggerIterationWrapper$new(logger_id, use_as_stopper, max_iterations)
This class doesn't contain public fields.
$summarizeLogger()
: () -> ()
# Define logger:
log_iters = LoggerIteration$new("iterations", FALSE, 100)
# Summarize logger:
log_iters$summarizeLogger()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.