public abstract class ALinearOp extends Op
LINEAR, LOGISTIC, RECTIFIER, SOFTPLUS, STOCHASTIC_BINARY, STOCHASTIC_LOGISTIC, TANH| Constructor and Description |
|---|
ALinearOp() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
abstract double |
getConstant() |
abstract double |
getFactor() |
boolean |
hasDerivative() |
boolean |
hasInverse() |
apply, applyInverse, applyTo, applyTo, applyTo, applyTo, applyTo, averageValue, compose, compose, constrainValues, getInverse, getTransform, inputDimensions, isBounded, isStochastic, maxValue, minValue, outputDimensions, transform, validateOutputpublic abstract double getFactor()
public abstract double getConstant()
public boolean hasDerivative()
hasDerivative in class Oppublic double derivative(double x)
Opderivative in class Oppublic double derivativeForOutput(double y)
OpderivativeForOutput in class Oppublic boolean hasInverse()
hasInverse in class OpCopyright © 2013. All Rights Reserved.