public class Absolute extends Op
| Constructor and Description |
|---|
Absolute() |
| Modifier and Type | Method and Description |
|---|---|
double |
apply(double x)
Applies the operator to a single value, returning the result
|
void |
applyTo(AVector v) |
void |
applyTo(INDArray v) |
double |
averageValue() |
double |
derivative(double x)
Returns the derivative of this Op for a given input value x
i.e.
|
boolean |
hasDerivative() |
boolean |
hasDerivativeForOutput() |
boolean |
hasInverse() |
applyInverse, applyTo, applyTo, applyTo, applyTo, applyTo, applyTo, compose, compose, constrainValues, derivativeForOutput, divide, getDerivativeOp, getInverse, getTransform, inputDimensions, isBounded, isDomainBounded, isStochastic, maxDomain, maxValue, minDomain, minValue, outputDimensions, product, sum, toString, transform, validateOutputpublic static final Absolute INSTANCE
public double apply(double x)
IOppublic void applyTo(AVector v)
public double averageValue()
averageValue in class Oppublic boolean hasDerivative()
hasDerivative in class Oppublic boolean hasInverse()
hasInverse in class Oppublic boolean hasDerivativeForOutput()
hasDerivativeForOutput in class Oppublic double derivative(double x)
Opderivative in class OpCopyright © 2013. All Rights Reserved.