Property | Type | Description |
---|
Method | Description | |
---|---|---|
ActivationFunction ( double x, int start, int size ) : void | ||
ActivationGaussian ( ) : System |
Create an empty activation gaussian.
|
|
ActivationGaussian ( double center, double peak, double width ) : System |
Create a gaussian activation function.
|
|
Clone ( ) : object |
Clone the object.
|
|
DerivativeFunction ( double b, double a ) : double | ||
HasDerivative ( ) : bool |
Return true, gaussian has a derivative.
|
public ActivationFunction ( double x, int start, int size ) : void | ||
x | double | |
start | int | |
size | int | |
return | void |
public ActivationGaussian ( double center, double peak, double width ) : System | ||
center | double | The center of the curve. |
peak | double | The peak of the curve. |
width | double | The width of the curve. |
return | System |
public DerivativeFunction ( double b, double a ) : double | ||
b | double | |
a | double | |
return | double |