INeuralNetwork.SetOutputWidth

Syntax

SetOutputWidth(newWidth: Integer): Integer;

Parameters

newWidth. Number of lines.

Description

The SetOutputWidth method sets the number of the lines in the output layer of a Kohonen self-organizing map.

Comments

The SetOutputWidth method is a replica of the INeuralNetwork.SetRowWidth method.

See also:

INeuralNetwork