Click or drag to resize
InputLayerCreateInputs Method
Creates a number of InputNodes in this Layer of the neural network.

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

Parameters

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

Return Value

Type: InputNode
An InputNode array containing the created InputNodes.
See Also