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