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 |
|---|
Composition() |
Composition(Function f,
Function g) |
| Modifier and Type | Method and Description |
|---|---|
Function.Composition |
clone()
Return a deep copy of this object.
|
void |
fromXML(org.jdom2.Element element)
Reads attributes from XML tree.
|
double |
getMaxValue()
Returns the maximum value of the g function.
|
double |
getMinValue()
Returns the minimum value of the g function.
|
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.
|
org.jdom2.Element |
toXML(org.jdom2.Element element)
Adds a function element to XML.
|
create, setParameterspublic Function.Composition clone()
Functionpublic double map(double value)
Functionpublic double mapDerivative(double value)
FunctionmapDerivative in class Functionpublic double mapSecondDerivative(double value)
FunctionmapSecondDerivative in class Functionpublic double getMinValue()
getMinValue in class Functionpublic double getMaxValue()
getMaxValue in class Functionpublic void fromXML(org.jdom2.Element element)
Storable