Click or drag to resize
Accord.NET (logo)

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()
Request Example View Source

Return Value

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