Click or drag to resize
Accord.NET (logo)

DiscretizationTInput, TOutputOptionsNumberOfInputs 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; set; }
Request Example View Source

Property Value

Type: Int32
The number of inputs.

Implements

ITransformNumberOfInputs
See Also