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