INeuralNetwork.GetNumberOfInputs

Syntax

GetNumberOfInputs: Integer;

Description

The GetNumberOfInputs method returns the number network inputs.

Comments

The number of inputs corresponds to the number of the synapses in each neuron of the first layer of the network.

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

See also:

INeuralNetwork