public class Inverse extends Op
| Modifier and Type | Method and Description |
|---|---|
double |
apply(double x)
Applies the operator to a single value, returning the result
|
double |
applyInverse(double y)
Applies the inverse of this Op.
|
double |
averageValue() |
Op |
getInverse() |
boolean |
hasInverse() |
applyTo, applyTo, applyTo, applyTo, applyTo, compose, compose, constrainValues, derivative, derivativeForOutput, getDerivativeOp, getTransform, hasDerivative, hasDerivativeForOutput, inputDimensions, isBounded, isStochastic, maxValue, minValue, outputDimensions, product, sum, transform, validateOutputpublic Inverse(Op op)
public double apply(double x)
IOppublic double applyInverse(double y)
OpapplyInverse in class Oppublic Op getInverse()
getInverse in interface IOpgetInverse in class Oppublic double averageValue()
averageValue in class Oppublic boolean hasInverse()
hasInverse in class OpCopyright © 2013. All Rights Reserved.