INeuralNetwork.GetNumberOfOutputs

Fore Syntax

GetNumberOfOutputs: Integer;

Fore.NET Syntax

GetNumberOfOutputs(): integer;

Description

The GetNumberOfOutputs method returns the number of network outputs.

Comments

The number of network outputs is the number of neurons in the output layer. The number of outputs in a Kohonen self-organizing map corresponds to the number of the classes. Also, for the Kohonen self-organizing map the output layer can be represented in a linear manner or as a two-dimensional map. For details see description of the INeuralNetwork.GetRowWidth and INeuralNetwork.SetRowWidth methods.

Fore and Fore.NET Examples

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

See also:

INeuralNetwork