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 ParameterLearningOutputParameterLearning. learn(EvidenceReaderCommand readerCommand, ParameterLearningOptions options)Learns the parameters of a Bayesian network or Dynamic Bayesian network, from data.ParameterLearningOutputParameterLearning. learn(EvidenceReaderCommand readerCommand, List<DistributionSpecification> distributionSpecifications, ParameterLearningOptions options)Learns the parameters of a Bayesian network or Dynamic Bayesian network, from data.static ParameterLearningOutputParameterLearning. 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 ParameterLearningOutputParameterLearning. 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.
-