Uses of Interface
com.bayesserver.Distributer
-
Packages that use Distributer Package Description com.bayesserver.learning.parameters -
-
Uses of Distributer in com.bayesserver.learning.parameters
Methods in com.bayesserver.learning.parameters with parameters of type Distributer 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.
-