Package com.bayesserver.inference
Class EliminationDefinition
- java.lang.Object
-
- com.bayesserver.inference.EliminationDefinition
-
public final class EliminationDefinition extends Object
Identifies a node that is eliminated during exact inference.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Node
getNode()
The node that has been elimiated.Integer
getTime()
The associated time (if a Dynamic Bayesian network).String
toString()
>
-