public final 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() |
boolean |
isStochastic()
Returns true if the operator is stochastic, i.e returns random values for at least some inputs
|
String |
toString() |
applyInverse, applyTo, applyTo, applyTo, applyTo, applyTo, applyTo, applyTo, applyTo, compose, compose, constrainValues, derivativeForOutput, divide, getInverse, getTransform, hasDerivativeForOutput, hasInverse, inputDimensions, isBounded, isDomainBounded, 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 Oppublic boolean isStochastic()
OpisStochastic in class OpCopyright © 2013. All Rights Reserved.