|
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; }
Public ReadOnly Property Lexicon As String()
Get
Request Example
View SourceProperty Value
Type:
StringSee Also