generics {gRain} | R 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)
isCompiled(object) <- value
isPropagated(object) <- value
## S3 method for class 'cpt_spec'
vpar(object, ...)
## S3 method for class 'cpt_grain'
vpar(object, ...)
## S3 method for class 'grain'
rip(object, ...)
## S3 method for class 'grainEvidence_'
varNames(x)
Arguments
nodes |
Some nodes of the object. |
... |
Additional arguments; currently not used. |
value |
Value to be set for slot in object. |
x , object |
A relevant object. |
[Package gRain version 1.4.1 Index]