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

Inheritance: BayesNet, DynamicBayesianNetwork
Show file Open project: PaulMineau/AIMA.Net

Public Methods

Method Description
DynamicBayesNet ( BayesianNetwork priorNetwork, RandomVariable>.Map X_0_to_X_1, Set E_1 ) : System.Collections.Generic
getE_1 ( ) : Set
getPriorNetwork ( ) : BayesianNetwork
getX_0 ( ) : Set
getX_0_to_X_1 ( ) : RandomVariable>.Map
getX_1 ( ) : Set
getX_1_VariablesInTopologicalOrder ( ) : List
getX_1_to_X_0 ( ) : RandomVariable>.Map

Method Details

DynamicBayesNet() public method

public DynamicBayesNet ( BayesianNetwork priorNetwork, RandomVariable>.Map X_0_to_X_1, Set E_1 ) : System.Collections.Generic
priorNetwork BayesianNetwork
X_0_to_X_1 RandomVariable>.Map
E_1 Set
return System.Collections.Generic

getE_1() public method

public getE_1 ( ) : Set
return Set

getPriorNetwork() public method

public getPriorNetwork ( ) : BayesianNetwork
return BayesianNetwork

getX_0() public method

public getX_0 ( ) : Set
return Set

getX_0_to_X_1() public method

public getX_0_to_X_1 ( ) : RandomVariable>.Map
return RandomVariable>.Map

getX_1() public method

public getX_1 ( ) : Set
return Set

getX_1_VariablesInTopologicalOrder() public method

public getX_1_VariablesInTopologicalOrder ( ) : List
return List

getX_1_to_X_0() public method

public getX_1_to_X_0 ( ) : RandomVariable>.Map
return RandomVariable>.Map