org.nd4j.linalg.ops.reduceops.complex
Class StandardDeviation
- java.lang.Object
-
- org.nd4j.linalg.ops.reduceops.complex.BaseScalarOp
-
- org.nd4j.linalg.ops.reduceops.complex.StandardDeviation
-
- All Implemented Interfaces:
- Function<IComplexNDArray,IComplexNumber>, ScalarOp
public class StandardDeviation extends BaseScalarOp
Return the overall standard deviation of an ndarray
-
-
Constructor Summary
Constructors Constructor and Description StandardDeviation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description IComplexNumberaccumulate(IComplexNDArray arr, int i, IComplexNumber soFar)IComplexNumberapply(IComplexNDArray input)Returns the result of applying this function toinput.IComplexNumberstd(IComplexNDArray arr)
-
-
-
Method Detail
-
std
public IComplexNumber std(IComplexNDArray arr)
-
apply
public IComplexNumber apply(IComplexNDArray input)
Description copied from interface:FunctionReturns the result of applying this function toinput. This method is generally expected, but not absolutely required, to have the following properties:- Its execution does not cause any observable side effects.
- The computation is consistent with equals; that is,
Objects.equal(a, b)implies thatObjects.equal(function.apply(a), function.apply(b)).
- Specified by:
applyin interfaceFunction<IComplexNDArray,IComplexNumber>- Overrides:
applyin classBaseScalarOp
-
accumulate
public IComplexNumber accumulate(IComplexNDArray arr, int i, IComplexNumber soFar)
- Specified by:
accumulatein classBaseScalarOp
-
-
DMelt 3.0 © DataMelt by jWork.ORG