ClassifierObject Constructor

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 ClassifierObject(
	string fileName,
	string typeName
)

Parameters

fileName
Type: SystemString
name of the file to be loaded
typeName
Type: SystemString
type name to be used for generating error messages
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 ShapeFinder classifier of the correct type
ArgumentNullExceptionIf fileName is null
See Also

Reference