Click or drag to resize
Accord.NET (logo)

SparseReaderNumberOfInputs Property

Gets the number of features present in this dataset. Please note that, when using the sparse representation, it is not strictly necessary to know this value.

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

Property Value

Type: Int32
See Also