Click or drag to resize
Accord.NET (logo)

UnipenReaderLexicon Property

Gets the lexicon information that is usually included at the header of the file. This should represent the different class labels that each sample can belong to.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public string[] Lexicon { get; }
Request Example View Source

Property Value

Type: String
See Also