|
NurseryClassNames Property
|
Gets the class labels in the Nursery dataset:
"not_recom", "recommend", "very_recom", "priority", "spec_prior".
Namespace:
Accord.DataSets
Assembly:
Accord.DataSets (in Accord.DataSets.dll) Version: 3.8.0
Syntax public string[] ClassNames { get; }
Public ReadOnly Property ClassNames As String()
Get
Request Example
View SourceProperty Value
Type:
StringSee Also