public class Sqrt extends AFunctionOp
Constructor and Description |
---|
Sqrt() |
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 |
averageValue() |
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() |
double |
minValue() |
applyTo, applyTo, applyTo, applyTo, applyTo, compose, compose, constrainValues, divide, getTransform, hasDerivativeForOutput, isBounded, isDomainBounded, isStochastic, maxDomain, maxValue, product, sum, toString, validateOutput
public static final Sqrt INSTANCE
public double apply(double x)
IOperator
public void applyTo(AVector a)
public void applyTo(double[] data, int offset, int length)
public double averageValue()
averageValue
in class AFunctionOp
public double derivative(double x)
Op
derivative
in class Op
public double derivativeForOutput(double y)
Op
derivativeForOutput
in class Op
public boolean hasDerivative()
hasDerivative
in class Op
public Op getDerivativeOp()
getDerivativeOp
in class Op
public boolean hasInverse()
hasInverse
in class Op
public Op getInverse()
getInverse
in interface IOperator
getInverse
in class Op
public double applyInverse(double y)
Op
applyInverse
in class Op
Copyright © 2014. All Rights Reserved.