Click or drag to resize
Accord.NET (logo)

SparseReaderRead Method (SparseDouble, Double)

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public void Read(
	out Sparse<double> sample,
	out double output
)
Request Example View Source

Parameters

sample
Type: Accord.MathSparseDouble
output
Type: SystemDouble

Return Value

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