Classifier Constructor (String)

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

Namespace:  Stemmer.Cvb.ShapeFinder
Assembly:  Stemmer.Cvb.ShapeFinder (in Stemmer.Cvb.ShapeFinder.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 either because the file is unreadable or because it does not contain a ShapeFinder2 classifier
ArgumentNullExceptionIf fileName is null
See Also

Reference