public abstract class ALinearOp extends APolynomialOp
| Constructor and Description |
|---|
ALinearOp() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(AVector v) |
void |
applyTo(INDArray a) |
Op |
compose(Op op) |
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() |
Op |
getDerivativeOp() |
abstract double |
getFactor() |
boolean |
hasDerivative() |
boolean |
hasInverse() |
Op |
sum(ALinearOp op) |
Op |
sum(Op op) |
apply, applyInverse, applyTo, applyTo, applyTo, applyTo, applyTo, applyTo, averageValue, compose, constrainValues, divide, getInverse, getTransform, hasDerivativeForOutput, inputDimensions, isBounded, isDomainBounded, isStochastic, maxDomain, maxValue, minDomain, minValue, outputDimensions, product, toString, transform, validateOutputpublic abstract double getFactor()
public abstract double getConstant()
public boolean hasDerivative()
hasDerivative in class Oppublic void applyTo(AVector v)
public double derivative(double x)
Opderivative in class Oppublic double derivativeForOutput(double y)
OpderivativeForOutput in class Oppublic Op getDerivativeOp()
getDerivativeOp in class Oppublic boolean hasInverse()
hasInverse in class OpCopyright © 2013. All Rights Reserved.