ClassifierSave Method

CVB.Net Documentation
Save the classifier to a file.

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

public void Save(
	string fileName
)

Parameters

fileName
Type: SystemString
file to which to save
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the classifier has already been disposed
ArgumentNullExceptionIf the fileName parameter is null
IOExceptionIf saving the classifier failed
See Also

Reference