|
SparseReaderRead Method (SparseDouble, Double)
|
Reads a sample from the file and returns it as a
SparseT sparse vector, together with
its associated output value.
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
)
Public Sub Read (
<OutAttribute> ByRef sample As Sparse(Of Double),
<OutAttribute> ByRef output As Double
)
Request Example
View SourceParameters
- 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