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 class
RandomDefault
Default random number generator, that is consistent across the different APIs.Methods in com.bayesserver with parameters of type RandomNumberGenerator Modifier and Type Method Description void
Table. 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 void
DataSampler. takeSample(Evidence sampleData, RandomNumberGenerator random, DataSamplingOptions options)
Generates sample data from the Bayesian network or Dynamic Bayesian network.
-