|
SparseReader Constructor (StreamReader, Int32)
|
Namespace:
Accord.IO
Assembly:
Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax public SparseReader(
StreamReader reader,
int sampleSize
)
Public Sub New (
reader As StreamReader,
sampleSize As Integer
)
Request Example
View SourceParameters
- reader
- Type: System.IOStreamReader
A StreamReader containing the file to be read. - sampleSize
- Type: SystemInt32
The size of the feature vectors stored in the file.
See Also