| 
            
              SparseReader Constructor (String, Encoding, Int32)
             | 
          
        
          
    Namespace: 
   Accord.IO
    Assembly:
   Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntaxpublic SparseReader(
	string path,
	Encoding encoding,
	int sampleSize
)
Public Sub New ( 
	path As String,
	encoding As Encoding,
	sampleSize As Integer
)
 Request Example
		View SourceParameters
- path
 - Type: SystemString
The complete file path to be read. - encoding
 - Type: System.TextEncoding
The character encoding to use. - sampleSize
 - Type: SystemInt32
The size of the feature vectors stored in the file. 
See Also