org.nd4j.linalg.ops.reduceops.scalarops
Class BaseScalarOp
- java.lang.Object
-
- org.nd4j.linalg.ops.reduceops.scalarops.BaseScalarOp
-
-
Constructor Summary
Constructors Constructor and Description BaseScalarOp(double startingValue)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method and Description abstract doubleaccumulate(INDArray arr, int i, double soFar)java.lang.Doubleapply(INDArray input)Returns the result of applying this function toinput.
-
-
-
Method Detail
-
apply
public java.lang.Double apply(INDArray 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)).
-
accumulate
public abstract double accumulate(INDArray arr, int i, double soFar)
-
-
DMelt 3.0 © DataMelt by jWork.ORG