Function.AboutEqual, Function.AtLeast, Function.AtMost, Function.CatmullRomSpline, Function.Clip, Function.Composition, Function.Exponential, Function.GreaterThan, Function.Identity, Function.LessThan, Function.NaturalSpline, Function.NotImplemented, Function.ReLU, Function.Scaled, Function.Sigmoid, Function.Signum, Function.SignumWithoutZero, Function.Sinus, Function.SoftMax, Function.Spline, Function.TanH| Constructor and Description |
|---|
Identity() |
| Modifier and Type | Method and Description |
|---|---|
double |
getMaxValue()
Return the largest possible function value.
|
double |
getMinValue()
Return the smallest possible function value.
|
double |
map(double value)
Map a value through the function.
|
double |
mapDerivative(double value)
Map a value through the first derivative of this function.
|
double |
mapSecondDerivative(double value)
Map a value through the second derivative of this function.
|
public double map(double value)
Functionpublic double mapDerivative(double value)
FunctionmapDerivative in class Functionpublic double mapSecondDerivative(double value)
FunctionmapSecondDerivative in class Functionpublic double getMinValue()
FunctiongetMinValue in class Functionpublic double getMaxValue()
FunctiongetMaxValue in class Function