generics: gRain generics

genericsR Documentation

gRain generics

Description

Generic functions etc for the gRain package

Usage

nodeNames(object)

## S3 method for class 'grain'
nodeNames(object)

nodeStates(object, nodes = nodeNames(object))

## S3 method for class 'grain'
nodeStates(object, nodes = nodeNames(object))

universe(object, ...)

## S3 method for class 'grain'
universe(object, ...)

isCompiled(object)

isPropagated(object)

## S3 method for class 'cpt_spec'
vpar(object, ...)

## S3 method for class 'cpt_grain'
vpar(object, ...)

## S3 method for class 'grain'
rip(object, ...)

Arguments

object

A relevant object.

nodes

Some nodes of the object.

...

Additional arguments; currently not used.


gRain documentation built on Oct. 18, 2024, 1:07 a.m.