Click or drag to resize
OutputLayerCreatePerceptrons Method (Int32)
Creates a number of Perceptrons in this Layer of the neural network. By default, they will use linear activation and a zero initial bias.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual Perceptron[] CreatePerceptrons(
	int n
)

Parameters

n
Type: SystemInt32
An int which specifies the number of Perceptrons to be created in this Layer.

Return Value

Type: Perceptron
An array containing the created Perceptrons.
See Also