Uses of Class
com.bayesserver.learning.parameters.ParameterLearningOptions
-
Packages that use ParameterLearningOptions Package Description com.bayesserver.learning.parameters -
-
Uses of ParameterLearningOptions in com.bayesserver.learning.parameters
Methods in com.bayesserver.learning.parameters with parameters of type ParameterLearningOptions Modifier and Type Method Description ParameterLearningOutput
ParameterLearning. learn(EvidenceReaderCommand readerCommand, ParameterLearningOptions options)
Learns the parameters of a Bayesian network or Dynamic Bayesian network, from data.ParameterLearningOutput
ParameterLearning. learn(EvidenceReaderCommand readerCommand, List<DistributionSpecification> distributionSpecifications, ParameterLearningOptions options)
Learns the parameters of a Bayesian network or Dynamic Bayesian network, from data.static ParameterLearningOutput
ParameterLearning. learnDistributed(Network network, ParameterLearningOptions options, Distributer<DistributerContext> distributer)
Learns the parameters of a Bayesian network or Dynamic Bayesian network from data, on a distributed platform.static ParameterLearningOutput
ParameterLearning. learnDistributed(Network network, List<DistributionSpecification> distributionSpecifications, ParameterLearningOptions options, Distributer<DistributerContext> distributer)
Learns the parameters of a Bayesian network or Dynamic Bayesian network from data, on a distributed platform.
-