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