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 NodegetNode()The node that has been elimiated.IntegergetTime()The associated time (if a Dynamic Bayesian network).StringtoString()>
-