A B C E G H I O R S U

A

addArc(String, String) - Method in class com.Bayesia.api.APIModeling
Try to add an arc from nodeName1 to nodeName2.
addChanceIntervalNode(String, String[], float[][]) - Method in class com.Bayesia.api.APIModeling
Create a new continuous (interval) chance node with the specified modalities and the specified limits for each interval and add it to the network.
addChanceLabelNode(String, String[]) - Method in class com.Bayesia.api.APIModeling
Create a new discrete chance node with the specified modalities and add it to the network.
addConstraintNode(String) - Method in class com.Bayesia.api.APIModeling
And a constraint node with two boolean modalities.
addDecisionIntervalNode(String, String[], float[][]) - Method in class com.Bayesia.api.APIModeling
Add a new continuous (interval) decision node with the specified names for the decisions and the specified intervals.
addDecisionLabelNode(String, String[]) - Method in class com.Bayesia.api.APIModeling
Add a new discrete decision node with the specified names for the decisions.
addTemporalArc(String, String) - Method in class com.Bayesia.api.APIModeling
Try to add a temporal arc from nodeName1 to nodeName2.
addUtilityNode(String) - Method in class com.Bayesia.api.APIModeling
Add a new utility node to the network.
APIInference - Class in com.Bayesia.api
The class APIInference is used to perform exact or approximate inference on a bayesian network.
APIInference(String, String, int) - Constructor for class com.Bayesia.api.APIInference
Creates a new APIExactInference with the network stored in the specified file.
APIInference(String, String, int, String, int) - Constructor for class com.Bayesia.api.APIInference
Creates a new APIExactInference with the network stored in the specified file.
APIInference(BayesianNetworkTransferHandler, String, int) - Constructor for class com.Bayesia.api.APIInference
Creates a new APIExactInference with the network stored in the specified BayesianNetworkTransferHandler.
APIInference(BayesianNetworkTransferHandler, String, int, String, int) - Constructor for class com.Bayesia.api.APIInference
Creates a new APIExactInference with the network stored in the specified BayesianNetworkTransferHandler.
APIModeling - Class in com.Bayesia.api
The class APIModeling is used to create bayesian networks.
APIModeling(String) - Constructor for class com.Bayesia.api.APIModeling
Create a new APIModeling with an empty bayesian network named new.xbl.
APIModeling(String, int, String) - Constructor for class com.Bayesia.api.APIModeling
Create a new APIModeling with an empty bayesian network named new.xbl.
APIModeling(String, String) - Constructor for class com.Bayesia.api.APIModeling
Create a new APIModeling with the network stored in the specified file.
APIModeling(String, String, int, String) - Constructor for class com.Bayesia.api.APIModeling
Create a new APIModeling with the network stored in the specified file.
APIModeling(BayesianNetworkTransferHandler, String) - Constructor for class com.Bayesia.api.APIModeling
Create a new APIModeling with the network stored in the specified BayesianNetworkTransferHandler.
APIModeling(BayesianNetworkTransferHandler, String, int, String) - Constructor for class com.Bayesia.api.APIModeling
Create a new APIModeling with the network stored in the specified BayesianNetworkTransferHandler.
APPROXIMATE_INFERENCE - Static variable in class com.Bayesia.api.APIInference
 

A B C E G H I O R S U