Метод | Описание | |
---|---|---|
ActivationFunction ( double x, int start, int size ) : void | ||
ActivationStep ( ) : System |
Create a basic step activation with low=0, center=0, high=1.
|
|
ActivationStep ( double low, double center, double high ) : System |
Construct a step activation function.
|
|
Clone ( ) : object |
Clone the object.
|
|
DerivativeFunction ( double b, double a ) : double | ||
HasDerivative ( ) : bool |
public ActivationFunction ( double x, int start, int size ) : void | ||
x | double | |
start | int | |
size | int | |
Результат | void |
public ActivationStep ( double low, double center, double high ) : System | ||
low | double | The low of the function. |
center | double | The center of the function. |
high | double | The high of the function. |
Результат | System |
public DerivativeFunction ( double b, double a ) : double | ||
b | double | |
a | double | |
Результат | double |