Learn R Programming

cgraph (version 3.0.1)

cg_get_parms: Get Parameters

Description

List all parameters and their values.

Arguments

Value

named list, parameters of the graph.

Details

$get_parms()

Examples

Run this code
# 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