|
SparseReaderReadLine Method
|
Reads one line from the feature file, returning the array of values
for the sparse vector and its corresponding label.
Namespace:
Accord.IO
Assembly:
Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax public Tuple<string[], string> ReadLine()
Public Function ReadLine As Tuple(Of String(), String)
Request Example
View SourceReturn Value
Type:
TupleString,
StringA tuple containing the array of values in the format
"index:value" as the first item and their corresponding label
as the second item.
See Also