Click or drag to resize
Accord.NET (logo)

IdxReader Constructor (String, Boolean)

Creates a new IdxReader.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public IdxReader(
	string path,
	bool compressed = true
)
Request Example View Source

Parameters

path
Type: SystemString
The path for the IDX file.
compressed (Optional)
Type: SystemBoolean
Pass true if the stream contains a compressed (.gz) file. Default is true.
See Also