Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: Int32
Returns 10 (since there are 10 digits).
See Also