INeuralNetwork.GetNumberOfInputs

Fore Syntax

GetNumberOfInputs: Integer;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

INeuralNetwork