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 |
|---|
AboutEqual() |
AboutEqual(double eqValue,
double range) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromXML(org.jdom2.Element element)
Reads attributes from XML tree.
|
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.
|
org.jdom2.Element |
toXML(org.jdom2.Element element)
Adds a function element to XML.
|
clone, create, mapDerivative, mapSecondDerivative, setParameterspublic AboutEqual()
public AboutEqual(double eqValue,
double range)
public double map(double value)
Functionpublic double getMinValue()
FunctiongetMinValue in class Functionpublic double getMaxValue()
FunctiongetMaxValue in class Functionpublic org.jdom2.Element toXML(org.jdom2.Element element)
Function