ClassifierFactoryPreprocessingCode Property

CVB.Net Documentation
Preprocessing code to be used for the learning phase; valid preprocessing codes consist of characters 'a' and 'p' (or an empty string); the length of the preprocessing code should be compatible with the image list's feature window geometry (this will be checked when the Learn(SampleImageList, Double) method is invoked).

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

public string PreprocessingCode { get; set; }

Property Value

Type: String
Exceptions

ExceptionCondition
ArgumentExceptionwhen the preprocessing code contains invalid characters
ArgumentNullExceptionwhen trying to set a null value as the preprocessing code
See Also

Reference