public final class Power extends Op
| Modifier and Type | Method and Description |
|---|---|
double |
apply(double x)
Applies the operator to a single value, returning the result
|
double |
applyInverse(double x)
Applies the inverse of this Op.
|
void |
applyTo(AMatrix a) |
void |
applyTo(AVector a) |
void |
applyTo(double[] data,
int start,
int length) |
void |
applyTo(INDArray a) |
double |
averageValue() |
static Op |
create(double exponent) |
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() |
double |
getExponent() |
Op |
getInverse() |
boolean |
hasDerivative() |
boolean |
hasInverse() |
double |
minDomain() |
applyTo, applyTo, applyTo, applyTo, compose, compose, constrainValues, divide, getTransform, hasDerivativeForOutput, inputDimensions, isBounded, isDomainBounded, isStochastic, maxDomain, maxValue, minValue, outputDimensions, product, sum, toString, transform, validateOutputpublic static Op create(double exponent)
public double apply(double x)
IOppublic void applyTo(AVector a)
public void applyTo(double[] data,
int start,
int length)
public double applyInverse(double x)
OpapplyInverse in class Oppublic boolean hasDerivative()
hasDerivative in class Oppublic 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 Oppublic Op getInverse()
getInverse in interface IOpgetInverse in class Oppublic double averageValue()
averageValue in class Oppublic double getExponent()
Copyright © 2013. All Rights Reserved.