Uses of Class
com.bayesserver.learning.parameters.DistributionSpecification
-
Packages that use DistributionSpecification Package Description com.bayesserver.learning.parameters -
-
Uses of DistributionSpecification in com.bayesserver.learning.parameters
Method parameters in com.bayesserver.learning.parameters with type arguments of type DistributionSpecification Modifier and Type Method Description 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, 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.
-