Method | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
ReadDense ( ) : double>.Tuple |
Reads a sample from the file and returns it as a dense vector, together with its associated output value.
|
|
ReadDense ( int count ) : double[]>.Tuple |
Reads count samples from the file and returns them as a Sparse{T} sparse vector, together with their associated output values.
|
|
ReadDenseToEnd ( ) : double[]>.Tuple |
Reads all samples from the file and returns them as a dense vector, together with their associated output values.
|
|
ReadLine ( ) : string>.Tuple |
Reads one line from the feature file, returning the array of values for the sparse vector and its corresponding label.
|
|
ReadSparse ( ) : double>.Tuple |
Reads a sample from the file and returns it as a Sparse{T} sparse vector, together with its associated output value.
|
|
ReadSparse ( int count ) : double[]>.Tuple |
Reads count samples from the file and returns them as a Sparse{T} sparse vector, together with their associated output values.
|
|
ReadSparseToEnd ( ) : double[]>.Tuple |
Reads all samples from the file and returns them as a Sparse{T} sparse vector, together with their associated output values.
|
|
SparseReader ( Stream stream ) : Accord.Math |
Initializes a new instance of the SparseReader class.
|
|
SparseReader ( Stream stream, |
Initializes a new instance of the SparseReader class.
|
|
SparseReader ( Stream stream, |
Initializes a new instance of the SparseReader class.
|
|
SparseReader ( Stream stream, int sampleSize ) : Accord.Math |
Initializes a new instance of the SparseReader class.
|
|
SparseReader ( |
Initializes a new instance of the SparseReader class.
|
|
SparseReader ( |
Initializes a new instance of the SparseReader class.
|
|
SparseReader ( String path, |
Initializes a new instance of the SparseReader class.
|
|
SparseReader ( String path, |
Initializes a new instance of the SparseReader class.
|
|
SparseReader ( string path ) : Accord.Math |
Initializes a new instance of the SparseReader class.
|
|
SparseReader ( string path, int sampleSize ) : Accord.Math |
Initializes a new instance of the SparseReader class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources
|
Method | Description | |
---|---|---|
guessSampleSize ( ) : int |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
public ReadDense ( int count ) : double[]>.Tuple |
||
count | int | The number of samples to read. |
return | double[]>.Tuple |
public ReadSparse ( int count ) : double[]>.Tuple |
||
count | int | The number of samples to read. |
return | double[]>.Tuple |
public ReadSparseToEnd ( ) : double[]>.Tuple |
||
return | double[]>.Tuple |
public SparseReader ( Stream stream ) : Accord.Math | ||
stream | Stream | The file stream to be read. |
return | Accord.Math |
public SparseReader ( Stream stream, |
||
stream | Stream | The file stream to be read. |
encoding | The character encoding to use. | |
return | Accord.Math |
public SparseReader ( Stream stream, |
||
stream | Stream | The file stream to be read. |
encoding | The character encoding to use. | |
sampleSize | int | The size of the feature vectors stored in the file. |
return | Accord.Math |
public SparseReader ( Stream stream, int sampleSize ) : Accord.Math | ||
stream | Stream | The file stream to be read. |
sampleSize | int | The size of the feature vectors stored in the file. |
return | Accord.Math |
public SparseReader ( |
||
reader | A StreamReader containing the file to be read. | |
return | Accord.Math |
public SparseReader ( |
||
reader | A StreamReader containing the file to be read. | |
sampleSize | int | The size of the feature vectors stored in the file. |
return | Accord.Math |
public SparseReader ( String path, |
||
path | String | The complete file path to be read. |
encoding | The character encoding to use. | |
return | Accord.Math |
public SparseReader ( String path, |
||
path | String | The complete file path to be read. |
encoding | The character encoding to use. | |
sampleSize | int | The size of the feature vectors stored in the file. |
return | Accord.Math |
public SparseReader ( string path ) : Accord.Math | ||
path | string | The complete file path to be read. |
return | Accord.Math |
public SparseReader ( string path, int sampleSize ) : Accord.Math | ||
path | string | The complete file path to be read. |
sampleSize | int | The size of the feature vectors stored in the file. |
return | Accord.Math |