|
NurseryVariableNames Property
|
Gets the variable names in the Nursery dataset.
Namespace:
Accord.DataSets
Assembly:
Accord.DataSets (in Accord.DataSets.dll) Version: 3.8.0
Syntax public OrderedDictionary<string, string[]> VariableNames { get; }
Public ReadOnly Property VariableNames As OrderedDictionary(Of String, String())
Get
Request Example
View SourceProperty Value
Type:
OrderedDictionaryString,
StringSee Also