| Interface | Description |
|---|---|
| Function |
Represents a real-valued function
. |
| ParametrizedFunction |
A function parametrized by some real number.
|
| Class | Description |
|---|---|
| BipolarStep |
Implements the bipolar step function.
|
| FastGaussian |
Fast implementation of the gaussian function which is defined as:
is a constant defined by user. |
| FastSigmoid |
Implements a sigmoid function defined as follows:
is a constant defined by user. |
| FastTanh |
Fast implementation of the hyperbolic tangent function, which is defined
as follows:
exp(x) function, instead of using
standard Math.exp method. |
| Gaussian |
Implements the gaussian function defined as:
is a constant defined by user. |
| Identity |
Implements the identity function:
|
| Linear |
The linear function implementation.
|
| Sigmoid |
Implements a sigmoid function defined as follows:
is a constant defined by user. |
| Tanh |
Implements the hyperbolic tangent.
|
Copyright © 2012. All Rights Reserved.