| Documentation For Encog 2.x |
|
ActivationSigmoid.ActivationFunction Method
Implements the activation function. The array is modified according to the activation function being used. See the class description for more specific information on this type of activation function.
public override
void ActivationFunction(
double[]
d);
Parameters
-
d
- The input array to the activation function.
Implements
IActivationFunction.ActivationFunction
See Also
ActivationSigmoid Class | Encog.Neural.Activation Namespace