|
PendigitsNumberOfClasses Property
|
Gets the number of classes in this dataset (10).
Namespace:
Accord.DataSets
Assembly:
Accord.DataSets (in Accord.DataSets.dll) Version: 3.8.0
Syntax public int NumberOfClasses { get; }
Public ReadOnly Property NumberOfClasses As Integer
Get
Request Example
View SourceProperty Value
Type:
Int32Returns 10 (since there are 10 digits).
See Also