An array containing the Perceptrons in the Network.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public abstract Perceptron[] Perceptrons { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property Perceptrons As Perceptron()
Visual C++
public:
virtual property array<Perceptron^>^ Perceptrons {
	array<Perceptron^>^ get () abstract;
}

Field Value

An array of Perceptrons associated with this Network.

See Also