Click or drag to resize
LayerAddNode Method
Associates a Perceptron with this Layer.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
protected virtual void AddNode(
	Node node
)

Parameters

node
Type: Imsl.DataMining.NeuralNode
A Node to associate with this Layer.
See Also