ClassifierSave Method

CVB.Net Documentation
Write the classifier to a file.

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

public void Save(
	string fileName
)

Parameters

fileName
Type: SystemString

Return Value

Type: 
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the classifier has already been disposed
ArgumentNullExceptionwhen fileName is null
See Also

Reference