INeuralNetwork.GetInputValues

Syntax

GetInputValues: 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.

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

See also:

INeuralNetwork