|
UnipenReaderRead Method
|
Reads the next sequence.
Namespace:
Accord.IO
Assembly:
Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax public double[][] Read(
out string label,
out string comment
)
Public Function Read (
<OutAttribute> ByRef label As String,
<OutAttribute> ByRef comment As String
) As Double()()
Request Example
View SourceParameters
- label
- Type: SystemString
The class label of the sample that has been read. - comment
- Type: SystemString
The comment associated with the sample that has just been read.
Return Value
Type:
DoubleThe sequence of (X,Y) coordinates stored in the file.
See Also