INeuralNetwork.GetInputValues

Fore Syntax

GetInputValues: Array;

Fore.NET Syntax

GetInputValues(): System.Array;

Description

The GetInputValues method returns real array of the network input values.

Comments

The number of elements in the array matches the number of network inputs.

Fore and Fore.NET Examples

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

See also:

INeuralNetwork