C# Class AIMA.Probability.Bayes.Impl.AbstractNode

Inheritance: Node
Afficher le fichier Open project: PaulMineau/AIMA.Net

Méthodes publiques

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éthodes protégées

Méthode Description
addChild ( Node childNode ) : void

Method Details

AbstractNode() public méthode

public AbstractNode ( RandomVariable var ) : System
var RandomVariable
Résultat System

addChild() protected méthode

protected addChild ( Node childNode ) : void
childNode Node
Résultat void

equals() public méthode

public equals ( Object o ) : bool
o Object
Résultat bool

getCPD() public abstract méthode

public abstract getCPD ( ) : ConditionalProbabilityDistribution
Résultat ConditionalProbabilityDistribution

getChildren() public méthode

public getChildren ( ) : Set
Résultat Set

getMarkovBlanket() public méthode

public getMarkovBlanket ( ) : Set
Résultat Set

getParents() public méthode

public getParents ( ) : Set
Résultat Set

getRandomVariable() public méthode

public getRandomVariable ( ) : RandomVariable
Résultat RandomVariable

hashCode() public méthode

public hashCode ( ) : int
Résultat int

isRoot() public méthode

public isRoot ( ) : bool
Résultat bool

toString() public méthode

public toString ( ) : String
Résultat String