Module es.upm.fi.cig.multictbnc
Class BNParameterLearningAlgorithmFactory
java.lang.Object
es.upm.fi.cig.multictbnc.learning.parameters.bn.BNParameterLearningAlgorithmFactory
Builds the specified parameter learning algorithm for a BN.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic BNParameterLearningAlgorithm
getAlgorithm
(String algorithm, Double nxHP) Build the specified parameter learning algorithm.
-
Constructor Details
-
BNParameterLearningAlgorithmFactory
public BNParameterLearningAlgorithmFactory()
-
-
Method Details
-
getAlgorithm
Build the specified parameter learning algorithm.- Parameters:
algorithm
- name of the parameter learning algorithmnxHP
- number of times the variables are in a certain state while its parents take a certain instantiation (hyperparameter)- Returns:
- parameter learning algorithm
-