public class UniformDistribution extends BaseRandomOp
extraArgs, extraArgz, n, numProcessed, passThrough, x, y, z| Constructor and Description |
|---|
UniformDistribution() |
UniformDistribution(INDArray z)
This op fills Z with random values within 0...1
|
UniformDistribution(INDArray z,
double to)
This op fills Z with random values within 0...to
|
UniformDistribution(INDArray z,
double from,
double to)
This op fills Z with random values within from...to boundaries
|
| Modifier and Type | Method and Description |
|---|---|
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, isExecSpecial, 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, isExecSpecial, isPassThrough, n, numProcessed, setExtraArgs, setN, setX, setY, setZ, x, y, zpublic UniformDistribution()
public UniformDistribution(@NonNull
INDArray z,
double from,
double to)
z - from - to - public UniformDistribution(@NonNull
INDArray z)
z - public UniformDistribution(@NonNull
INDArray z,
double to)
z - Copyright © 2017. All rights reserved.