|
BaseFilterTOptions, TFilterNumberOfInputs Property
|
Gets the number of inputs accepted by the model.
Namespace:
Accord.Statistics.Filters
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public int NumberOfInputs { get; set; }
Public Property NumberOfInputs As Integer
Get
Set
Request Example
View SourceProperty Value
Type:
Int32The number of inputs.
See Also