Documentation of 'org.nd4j.linalg.ops.reduceops.scalarops.StandardDeviation' Java class
StandardDeviation
org.nd4j.linalg.ops.reduceops.scalarops

Class StandardDeviation

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double accumulate(INDArray arr, int i, double soFar) 
      java.lang.Double apply(INDArray input)
      Returns the result of applying this function to input.
      double std(INDArray arr) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StandardDeviation

        public StandardDeviation()
    • Method Detail

      • std

        public double std(INDArray arr)
      • apply

        public java.lang.Double apply(INDArray input)
        Description copied from interface: Function
        Returns the result of applying this function to input. 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 that Objects.equal(function.apply(a), function.apply(b)).
        Specified by:
        apply in interface Function<INDArray,java.lang.Double>
        Overrides:
        apply in class BaseScalarOp

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.