Click or drag to resize
NetworkPerceptrons Property
An array containing the Perceptrons in the Network.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public abstract Perceptron[] Perceptrons { get; }

Property Value

Type: Perceptron
An array of Perceptrons associated with this Network.
See Also