Method | Description | |
---|---|---|
ActivationFunction ( double x, int start, int size ) : void | ||
ActivationLinear ( ) : System |
Construct a linear activation function, with a slope of 1.
|
|
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 | |
return | void |
public DerivativeFunction ( double b, double a ) : double | ||
b | double | |
a | double | |
return | double |