Random
bernoulli
INDArray bernoulli(double p, DataType datatype, long[] shape)
SDVariable bernoulli(double p, DataType datatype, long[] shape)
SDVariable bernoulli(String name, double p, DataType datatype, long[] shape)binomial
INDArray binomial(int nTrials, double p, DataType datatype, long[] shape)
SDVariable binomial(int nTrials, double p, DataType datatype, long[] shape)
SDVariable binomial(String name, int nTrials, double p, DataType datatype, long[] shape)exponential
logNormal
normal
normalTruncated
uniform
Last updated
Was this helpful?