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