Method | Description | |
---|---|---|
ActivationCompetitive ( ) : System |
Create a competitive activation function with one winner allowed.
|
|
ActivationCompetitive ( int winners ) : System |
Create a competitive activation function with the specified maximum number of winners.
|
|
ActivationFunction ( double x, int start, int size ) : void | ||
DerivativeFunction ( double b, double a ) : double | ||
HasDerivative ( ) : bool |
Method | Description | |
---|---|---|
ICloneable ( ) : object |
Clone the object.
|
public ActivationCompetitive ( int winners ) : System | ||
winners | int | The maximum number of winners that this function supports. |
return | System |
public ActivationFunction ( double x, int start, int size ) : void | ||
x | double | |
start | int | |
size | int | |
return | void |
public DerivativeFunction ( double b, double a ) : double | ||
b | double | |
a | double | |
return | double |