Uses of Interface
com.bayesserver.NameValuesWriter
-
Packages that use NameValuesWriter Package Description com.bayesserver com.bayesserver.learning.parameters -
-
Uses of NameValuesWriter in com.bayesserver
Methods in com.bayesserver that return NameValuesWriter Modifier and Type Method Description NameValuesWriter
Distributer. getConfiguration()
Gets configuration name value pairs which must be made available to the distributed workers. -
Uses of NameValuesWriter in com.bayesserver.learning.parameters
Methods in com.bayesserver.learning.parameters with parameters of type NameValuesWriter Modifier and Type Method Description static void
ParameterLearning. learnDistributedMapper(EvidencePartition<DistributedMapperContext> partition, NameValuesReader configuration, NameValuesWriter output, InferenceFactory factory)
This method should be called during distributed parameter learning on a distributed partition.static void
ParameterLearning. learnDistributedReducer(Iterable<NameValuesReader> inputs, NameValuesReader configuration, NameValuesWriter output)
Aggregates (reduces) the results obtained from the distributed calls toParameterLearning.learnDistributedMapper(com.bayesserver.data.distributed.EvidencePartition<com.bayesserver.learning.parameters.DistributedMapperContext>, com.bayesserver.NameValuesReader, com.bayesserver.NameValuesWriter, com.bayesserver.inference.InferenceFactory)
.
-