public class NormalRBF extends ABoundedOp
| Constructor and Description |
|---|
NormalRBF() |
| Modifier and Type | Method and Description |
|---|---|
double |
apply(double x)
Applies the operator to a single value, returning the result
|
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() |
double |
maxValue() |
double |
minValue() |
isBoundedapplyInverse, applyTo, applyTo, applyTo, applyTo, applyTo, applyTo, applyTo, applyTo, compose, compose, constrainValues, derivativeForOutput, divide, getDerivativeOp, getInverse, getTransform, inputDimensions, isDomainBounded, isStochastic, maxDomain, minDomain, outputDimensions, product, sum, toString, transform, validateOutputpublic static final NormalRBF INSTANCE
public double apply(double x)
IOppublic boolean hasDerivative()
hasDerivative in class Oppublic boolean hasDerivativeForOutput()
hasDerivativeForOutput in class Oppublic double derivative(double x)
Opderivative in class Oppublic double averageValue()
averageValue in class ABoundedOppublic double minValue()
minValue in class ABoundedOppublic boolean hasInverse()
hasInverse in class Oppublic double maxValue()
maxValue in class ABoundedOpCopyright © 2013. All Rights Reserved.