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