Method | Description | |
---|---|---|
AbstractNode ( RandomVariable var ) : System | ||
equals ( Object o ) : bool | ||
getCPD ( ) : ConditionalProbabilityDistribution | ||
getChildren ( ) : Set |
||
getMarkovBlanket ( ) : Set |
||
getParents ( ) : Set |
||
getRandomVariable ( ) : RandomVariable | ||
hashCode ( ) : int | ||
isRoot ( ) : bool | ||
toString ( ) : String |
Method | Description | |
---|---|---|
addChild ( Node childNode ) : void |
public AbstractNode ( RandomVariable var ) : System | ||
var | RandomVariable | |
return | System |
public abstract getCPD ( ) : ConditionalProbabilityDistribution | ||
return | ConditionalProbabilityDistribution |
public getRandomVariable ( ) : RandomVariable | ||
return | RandomVariable |