Uses of Interface
com.bayesserver.RandomNumberGenerator
-
Packages that use RandomNumberGenerator Package Description com.bayesserver com.bayesserver.data.sampling -
-
Uses of RandomNumberGenerator in com.bayesserver
Classes in com.bayesserver that implement RandomNumberGenerator Modifier and Type Class Description classRandomDefaultDefault random number generator, that is consistent across the different APIs.Methods in com.bayesserver with parameters of type RandomNumberGenerator Modifier and Type Method Description voidTable. randomize(RandomNumberGenerator random)Randomizes the distribution such that each parent combination sums to 1. -
Uses of RandomNumberGenerator in com.bayesserver.data.sampling
Methods in com.bayesserver.data.sampling with parameters of type RandomNumberGenerator Modifier and Type Method Description voidDataSampler. takeSample(Evidence sampleData, RandomNumberGenerator random, DataSamplingOptions options)Generates sample data from the Bayesian network or Dynamic Bayesian network.
-