Click or drag to resize
Accord.NET (logo)

CodificationTOptionsNumberOfClasses Property

Gets or sets the number of classes expected and recognized by the classifier.

Namespace:  Accord.Statistics.Filters
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public int NumberOfClasses { get; set; }
Request Example View Source

Property Value

Type: Int32
The number of classes.

Implements

IClassifierNumberOfClasses
Exceptions
ExceptionCondition
NotImplementedException
See Also