Click or drag to resize
Accord.NET (logo)

CodificationTOptionsNumberOfInputs Property

Gets the number of inputs accepted by the model (value will be 1).

Namespace:  Accord.Statistics.Filters
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public int NumberOfInputs { get; }
Request Example View Source

Property Value

Type: Int32
The number of inputs.
See Also