| NetworkPerceptrons Property |
An array containing the Perceptrons in the
Network.
Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic abstract Perceptron[] Perceptrons { get; }Public MustOverride ReadOnly Property Perceptrons As Perceptron()
Get
public:
virtual property array<Perceptron^>^ Perceptrons {
array<Perceptron^>^ get () abstract;
}abstract Perceptrons : Perceptron[] with get
Property Value
Type:
Perceptron
An array of
Perceptrons associated with this
Network.
See Also