GetNumberOfOutputs: Integer;
The GetNumberOfOutputs method returns the number of network outputs.
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.
The method use is given in the example for INeuralNetwork.GetClosestNeuron.
See also: