SearchPredictor Constructor

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

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

public SearchPredictor(
	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