|
IrisVariableNames Property
|
Gets the variable names in Fisher's Iris flower dataset:
"Sepal length", "Sepal width", "Petal length", and "Petal width".
Namespace:
Accord.DataSets
Assembly:
Accord.DataSets (in Accord.DataSets.dll) Version: 3.8.0
Syntax public string[] VariableNames { get; }
Public ReadOnly Property VariableNames As String()
Get
Request Example
View SourceProperty Value
Type:
StringSee Also