INeuralNetwork.NormalizeInputValuesEx

Fore Syntax

NormalizeInputValuesEx(layerIndex: Integer): Boolean;

Fore.NET Syntax

NormalizeInputValuesEx(layerIndex: integer): boolean;

Parameters

layerIndex. Layer index.

Description

The NormalizeInputValuesEx method normalizes input values of the specified layer.

Comments

NormalizeInputValuesEx is intended for internal use. Do not call the method without assistance.

NormalizeInputValues returns the execution result. Available values:

See also:

INeuralNetwork