| Package | Description |
|---|---|
| org.nd4j.autodiff.samediff | |
| org.nd4j.linalg.api.ops.executioner | |
| org.nd4j.linalg.api.ops.impl.accum |
| Modifier and Type | Method and Description |
|---|---|
INDArray |
SameDiffOpExecutioner.exec(Variance accumulation,
boolean biasCorrected,
int... dimension)
Execute an accumulation along one or more dimensions
|
Accumulation |
SameDiffOpExecutioner.execAndReturn(Variance op,
boolean biasCorrected)
Execute and return the result from an accumulation
|
| Modifier and Type | Method and Description |
|---|---|
INDArray |
OpExecutioner.exec(Variance accumulation,
boolean biasCorrected,
int... dimension)
Execute an accumulation along one or more dimensions
|
INDArray |
DefaultOpExecutioner.exec(Variance accumulation,
boolean biasCorrected,
int... dimension) |
Accumulation |
OpExecutioner.execAndReturn(Variance op,
boolean biasCorrected)
Execute and return the result from an accumulation
|
Accumulation |
DefaultOpExecutioner.execAndReturn(Variance op,
boolean biasCorrected) |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardDeviation
Standard deviation (sqrt of variance)
|
Copyright © 2018. All rights reserved.