|
SparseReaderReadSparseToEnd Method
|
Reads all samples from the file and returns them as a
SparseT sparse vector, together with
their associated output values.
Namespace:
Accord.IO
Assembly:
Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax public Tuple<Sparse<double>[], double[]> ReadSparseToEnd()
Public Function ReadSparseToEnd As Tuple(Of Sparse(Of Double)(), Double())
Request Example
View SourceReturn Value
Type:
TupleSparseDouble,
DoubleA tuple containing the sparse vectors as the first item
and their associated output values as the second item.
See Also