Click or drag to resize
Accord.NET (logo)

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

Parameters

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: Double
The sequence of (X,Y) coordinates stored in the file.
See Also