LearnParametersMinFeatureCount Property

CVB.Net Documentation
This value defines how many features must be extracted at the very least per class in a classifier.

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

public int MinFeatureCount { get; set; }

Property Value

Type: Int32
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionwhen trying to set a value less than 1
See Also

Reference