| NetworkNumberOfInputs Property |
The number of Network inputs.
Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic abstract int NumberOfInputs { get; }Public MustOverride ReadOnly Property NumberOfInputs As Integer
Get
public:
virtual property int NumberOfInputs {
int get () abstract;
}abstract NumberOfInputs : int with get
Property Value
Type:
Int32
An
int which contains the number of inputs.
See Also