INeuralNetwork.GetOutputValues

Fore Syntax

GetOutputValues: Array;

Fore.NET Syntax

GetOutputValues(): System.Array;

Description

The GetOutputValues method returns an array of network output values.

Comments

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.

Fore and Fore.NET Examples

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

See also:

INeuralNetwork