Module es.upm.fi.cig.multictbnc
Class CTBNLearningAlgorithms
java.lang.Object
es.upm.fi.cig.multictbnc.learning.CTBNLearningAlgorithms
Stores the parameter and structure learning algorithms for a continuous-time Bayesian network.
-
Constructor Summary
ConstructorDescriptionCTBNLearningAlgorithms
(CTBNParameterLearningAlgorithm parameterLearningAlg, StructureLearningAlgorithm structureLearningAlg) Receives the learning algorithms for the parameters and the structure. -
Method Summary
Modifier and TypeMethodDescriptionReturns the parameter learning algorithm for a CTBN.Returns the structure learning algorithm for a CTBN.
-
Constructor Details
-
CTBNLearningAlgorithms
public CTBNLearningAlgorithms(CTBNParameterLearningAlgorithm parameterLearningAlg, StructureLearningAlgorithm structureLearningAlg) Receives the learning algorithms for the parameters and the structure.- Parameters:
parameterLearningAlg
- parameter learning algorithmstructureLearningAlg
- structure learning algorithm
-
-
Method Details
-
getParameterLearningAlgorithm
Returns the parameter learning algorithm for a CTBN.- Returns:
- parameter learning algorithm
-
getStructureLearningAlgorithm
Returns the structure learning algorithm for a CTBN.- Returns:
- structure learning algorithm
-