SparseReaderRead Method |
Name | Description | |
---|---|---|
Read(SparseDouble, Boolean) |
Reads a sample from the file and returns it as a
SparseT sparse vector, together with
its associated output value.
| |
Read(SparseDouble, Double) |
Reads a sample from the file and returns it as a
SparseT sparse vector, together with
its associated output value.
| |
Read(SparseDouble, Int32) |
Reads a sample from the file and returns it as a
SparseT sparse vector, together with
its associated output value.
| |
Read(Int32, SparseDouble, Boolean) |
Reads count samples from the file and returns
them as a SparseT sparse vector, together with
their associated output values.
| |
Read(Int32, SparseDouble, Double) |
Reads count samples from the file and returns
them as a SparseT sparse vector, together with
their associated output values.
| |
Read(Int32, SparseDouble, Int32) |
Reads count samples from the file and returns
them as a SparseT sparse vector, together with
their associated output values.
|