|   | SparseReader Constructor (Stream, Int32) | 
        
          
    Namespace: 
   Accord.IO
    Assembly:
   Accord.IO (in Accord.IO.dll) Version: 3.8.0
 Syntax
Syntaxpublic SparseReader(
	Stream stream,
	int sampleSize
)
Public Sub New ( 
	stream As Stream,
	sampleSize As Integer
)
Parameters
- stream
- Type: System.IOStream
 The file stream to be read.
- sampleSize
- Type: SystemInt32
 The size of the feature vectors stored in the file.
 See Also
See Also