Classifier Constructor (String)

CVB.Net Documentation
Load a saved classifier from a file.

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

public Classifier(
	string fileName
)

Parameters

fileName
Type: SystemString
name of the file to be loaded
Exceptions

ExceptionCondition
FileNotFoundExceptionIf the classifier file does not exist
FileLoadExceptionIf loading an existing classifier file failed
ArgumentNullExceptionIf fileName is null
See Also

Reference