public abstract class ARoundingOp extends AFunctionOp
| Constructor and Description |
|---|
ARoundingOp() |
| Modifier and Type | Method and Description |
|---|---|
double |
averageValue() |
double |
derivative(double x)
Returns the derivative of this Op for a given input value x
i.e.
|
double |
derivativeForOutput(double y)
Returns the derivative of this Op for a given output value y
i.e.
|
boolean |
hasDerivativeForOutput() |
boolean |
hasInverse() |
apply, applyInverse, applyTo, applyTo, applyTo, applyTo, applyTo, applyTo, applyTo, applyTo, compose, compose, constrainValues, divide, getDerivativeOp, getInverse, getTransform, hasDerivative, inputDimensions, isBounded, isDomainBounded, isStochastic, maxDomain, maxValue, minDomain, minValue, outputDimensions, product, sum, toString, transform, validateOutputpublic double averageValue()
averageValue in class AFunctionOppublic boolean hasInverse()
hasInverse in class Oppublic boolean hasDerivativeForOutput()
hasDerivativeForOutput in class Oppublic double derivative(double x)
Opderivative in class Oppublic double derivativeForOutput(double y)
OpderivativeForOutput in class OpCopyright © 2013. All Rights Reserved.