Click or drag to resize
Accord.NET (logo)

SparseReader Constructor (String)

Initializes a new instance of the SparseReader class.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public SparseReader(
	string path
)
Request Example View Source

Parameters

path
Type: SystemString
The complete file path to be read.
See Also