|
SparseReaderReadSparse Method
|
Reads a sample from the file and returns it as a
SparseT sparse vector, together with
its associated output value.
Namespace:
Accord.IO
Assembly:
Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax public Tuple<Sparse<double>, double> ReadSparse()
Public Function ReadSparse As Tuple(Of Sparse(Of Double), Double)
Request Example
View SourceReturn Value
Type:
TupleSparseDouble,
DoubleA tuple containing the sparse vector as the first item
and its associated output value as the second item.
See Also