Uses of Interface
com.bayesserver.NameValuesReader
-
Packages that use NameValuesReader Package Description com.bayesserver com.bayesserver.learning.parameters -
-
Uses of NameValuesReader in com.bayesserver
Methods in com.bayesserver that return NameValuesReader Modifier and Type Method Description NameValuesReader
Distributer. distribute(T context)
The implementor should distribute the processing. -
Uses of NameValuesReader in com.bayesserver.learning.parameters
Methods in com.bayesserver.learning.parameters with parameters of type NameValuesReader 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)
.Method parameters in com.bayesserver.learning.parameters with type arguments of type NameValuesReader Modifier and Type Method Description 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)
.
-