Uses of Class
com.bayesserver.learning.parameters.ParameterLearningOutput
-
Packages that use ParameterLearningOutput Package Description com.bayesserver.learning.parameters -
-
Uses of ParameterLearningOutput in com.bayesserver.learning.parameters
Methods in com.bayesserver.learning.parameters that return ParameterLearningOutput 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.
-