Classifier Constructor

CVB.Net Documentation
Constructor that loads a classifier from a file

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

public Classifier(
	string fileName
)

Parameters

fileName
Type: SystemString
file from which to load the classifier
Exceptions

ExceptionCondition
FileNotFoundExceptionwhen the file specified by the fileName parameter does not exist
FileLoadExceptionIf the file specified by the fileName parameter exists, but cannot be loaded
ArgumentNullExceptionIf fileName is null
See Also

Reference