print.ParameterSet: Print a ParameterSet
Description
Prints a ParameterSet as a data.table with strprint variants of R6 classes.
Usage
# S3 method for ParameterSet
print(x, hide_cols = c("updateFunc", "settable"), ...)
Arguments
hide_cols
string, if given the data.table is filtered to hide these columns
...
ignored, added for S3 consistency
R6 Usage
$print(hide_cols = c("updateFunc","settable"))
Details
If given the hide_cols
argument can be used to hide specific columns from the
data.table.