powered by
List all parameters and their values.
named list, parameters of the graph.
$get_parms()
# NOT RUN { # Initialize a new computational graph. x <- cgraph$new() # Add some parameters. x$add_parms(prm1 = 1, prm2 = 2, prm3 = 3) # List the parameters. x$get_parms() # }
Run the code above in your browser using DataLab