GetOutputValues: Array;
The GetOutputValues method returns an array of network output values.
For the back-propagation network these values are the results of the network operation. For the Kohonen self-organizing network the output values can be used for the purpose of monitoring the learning process.
The method use is given in the example for INeuralNetwork.GetClosestNeuron.
See also: