Public Instance Constructors
Public Instance Properties
| Mu |
Get or set the mu parameter of the function
|
| Name |
Get the name of the activation function
|
| Sigma |
Get or set the sigma parameter of the function
(sigma must be positive)
|
Public Instance Methods
| Equals (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| GetHashCode (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| GetType (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| Output |
Compute the value of the gaussian function
xf(x) |
| OutputPrime |
compute the derivative value of function
|
| ToString (inherited from Object) | Select the method name to go to the Microsoft documentation. |
Protected Instance Fields
| C |
C parameter (usfull for computing function value)
|
| K |
C parameter (usfull for computing function value)
|
| mu |
The mu parameter of the gaussian
|
| sigma |
The sigma parameter of the gaussian
|
Protected Instance Methods
| computeCK |
Compute C and K parameters from sigma
|
| Finalize (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| MemberwiseClone (inherited from Object) | Select the method name to go to the Microsoft documentation. |
See Also
GaussianActivationFunction Class | NeuralNetwork Namespace