ClassifierTruncateFeatures Method

CVB.Net Documentation
Shorten the list of classifier features based on each feature's quality.

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

public void TruncateFeatures(
	int count
)

Parameters

count
Type: SystemInt32
desired feature count after truncation; if count exceeds the value of FeatureCount then this function will not do anything
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this classifier has already been disposed
See Also

Reference