Méthode | 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 |
Méthode | Description | |
---|---|---|
addChild ( Node childNode ) : void |
public AbstractNode ( RandomVariable var ) : System | ||
var | RandomVariable | |
Résultat | System |
protected addChild ( Node childNode ) : void | ||
childNode | Node | |
Résultat | void |
public abstract getCPD ( ) : ConditionalProbabilityDistribution | ||
Résultat | ConditionalProbabilityDistribution |
public getRandomVariable ( ) : RandomVariable | ||
Résultat | RandomVariable |