Class DistributedMapperContext
- java.lang.Object
-
- com.bayesserver.learning.parameters.DistributedMapperContext
-
public final class DistributedMapperContext extends Object
Contains information used during distributed parameter learning.ParameterLearning.learnDistributed(com.bayesserver.Network, com.bayesserver.learning.parameters.ParameterLearningOptions, com.bayesserver.Distributer<com.bayesserver.learning.parameters.DistributerContext>)
-
-
Constructor Summary
Constructors Constructor Description DistributedMapperContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Network
getNetwork()
Gets theNetwork
that is being learnt by the distributed process.
-