public final class Log extends AFunctionOp
| Constructor and Description |
|---|
Log() |
| Modifier and Type | Method and Description |
|---|---|
double |
apply(double x)
Applies the operator to a single value, returning the result
|
double |
applyInverse(double y)
Applies the inverse of this Op.
|
void |
applyTo(AVector a) |
void |
applyTo(double[] data,
int offset,
int length) |
void |
applyTo(INDArray a) |
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.
|
Op |
getDerivativeOp() |
Op |
getInverse() |
boolean |
hasDerivative() |
boolean |
hasInverse() |
double |
minDomain() |
averageValueapplyTo, applyTo, applyTo, applyTo, applyTo, compose, compose, constrainValues, divide, getTransform, hasDerivativeForOutput, inputDimensions, isBounded, isDomainBounded, isStochastic, maxDomain, maxValue, minValue, outputDimensions, product, sum, toString, transform, validateOutputpublic static final Op INSTANCE
public double apply(double x)
IOppublic void applyTo(AVector a)
public void applyTo(double[] data,
int offset,
int length)
public double derivative(double x)
Opderivative in class Oppublic double derivativeForOutput(double y)
OpderivativeForOutput in class Oppublic double applyInverse(double y)
OpapplyInverse in class Oppublic boolean hasDerivative()
hasDerivative in class Oppublic boolean hasInverse()
hasInverse in class Oppublic Op getInverse()
getInverse in interface IOpgetInverse in class Oppublic Op getDerivativeOp()
getDerivativeOp in class OpCopyright © 2013. All Rights Reserved.