public class GaussianDistribution extends BaseRandomOp
extraArgs, extraArgz, n, numProcessed, passThrough, x, y, z| Constructor and Description |
|---|
GaussianDistribution() |
GaussianDistribution(INDArray z)
This op fills Z with random values within -1.0..0..1.0
|
GaussianDistribution(INDArray z,
double stddev)
This op fills Z with random values within stddev..0..stddev
|
GaussianDistribution(INDArray z,
double mean,
double stddev)
This op fills Z with random values within stddev..mean..stddev boundaries
|
GaussianDistribution(INDArray z,
INDArray means,
double stddev) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isExecSpecial()
Whether the executioner
needs to do a special call or not
|
String |
name()
The name of this operation
|
int |
opNum()
An op number
|
op, op, op, op, op, op, op, op, opForDimension, opForDimensionexec, exec, extraArgs, extraArgsBuff, extraArgsDataBuff, getOpType, init, isPassThrough, n, numProcessed, setN, setX, setY, setZ, toString, x, y, zclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitexec, exec, extraArgs, extraArgsBuff, extraArgsDataBuff, init, isPassThrough, n, numProcessed, setExtraArgs, setN, setX, setY, setZ, x, y, zpublic GaussianDistribution()
public GaussianDistribution(@NonNull
INDArray z,
double mean,
double stddev)
z - mean - stddev - public GaussianDistribution(@NonNull
INDArray z,
@NonNull
INDArray means,
double stddev)
public GaussianDistribution(@NonNull
INDArray z)
z - public GaussianDistribution(@NonNull
INDArray z,
double stddev)
z - public int opNum()
Oppublic String name()
Oppublic boolean isExecSpecial()
OpisExecSpecial in interface OpisExecSpecial in class BaseOpCopyright © 2017. All rights reserved.