INeuralNetwork.SetSigmoidFuncs

Fore Syntax

SetSigmoidFuncs(NeuronSigmoidFuncsType: Integer);

Fore.NET 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 parameter:

Fore and Fore.NET Examples

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

See also:

INeuralNetwork