Click or drag to resize
Accord.NET (logo)

SparseReaderReadSparse Method

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public Tuple<Sparse<double>, double> ReadSparse()
Request Example View Source

Return Value

Type: TupleSparseDouble, Double
A tuple containing the sparse vector as the first item and its associated output value as the second item.
See Also