| FeedForwardNetworkNumberOfOutputs Property |
The number of output Perceptrons from the Network.
Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic override int NumberOfOutputs { get; }Public Overrides ReadOnly Property NumberOfOutputs As Integer
Get
public:
virtual property int NumberOfOutputs {
int get () override;
}abstract NumberOfOutputs : int with get
override NumberOfOutputs : int with get
Property Value
Type:
Int32
An
int containing the number of output
Perceptrons
from the
Network.
See Also