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