cg_graph {cgraph}R Documentation

Computational Graph

Description

Initialize a computational graph

Usage

cg_graph()

Value

cg_graph object.

Note

The graph is automatically set to be the active graph.

Author(s)

Ron Triepels

Examples

# Initialize a computational graph
x <- cg_graph()


[Package cgraph version 4.0.3 Index]