Learn R Programming

sparsebnUtils (version 0.0.8)

get.nodes: get.nodes

Description

Returns the node names associated with a fitted object.

Usage

get.nodes(x)

# S3 method for sparsebnFit get.nodes(x)

# S3 method for sparsebnPath get.nodes(x)

Arguments

Value

Vector of character names.

Methods (by class)

  • sparsebnFit: Returns the node names from a sparsebnFit object.

  • sparsebnPath: Returns the node names from a sparsebnPath object.