TrainingSet Constructor (String)

CVB.Net Documentation
Load a saved training set from a file.

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

public TrainingSet(
	string fileName
)

Parameters

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

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

Reference