INeuralNetwork.SetSigmoidFuncs

Syntax

SetSigmoidFuncs(NeuronSigmoidFuncsType: Integer);

Parameters

NeuronSigmoidFuncsType. Type of the function of signal propagation in the network.

Description

The SetSigmoidFuncs method sets the type of signal propagation in the network.

Comments

The range of network output values depends on the type of signal propagation. Available values of the NeuronSigmoidFuncsType parameter:

Example

The method use is given in the example for INeuralNetwork.SetSigmoidAlpha.

See also:

INeuralNetwork