TrainingSetClassCount Property

CVB.Net Documentation
The number of identifiable classes inside this training set.

Namespace:  Stemmer.Cvb.Minos
Assembly:  Stemmer.Cvb.Minos (in Stemmer.Cvb.Minos.dll) Version: 14.0.0.0
Syntax

public int ClassCount { get; }

Property Value

Type: Int32
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the training set has already been disposed
Remarks

The number of classes cannot be higher than the number of trained models (see property this.Models.Count). If two models have the same name, the classifier can no longer discriminate these two models, reducing the ClassCount property.
See Also

Reference