NonLinearTransformationSave Method

CVB.Net Documentation
Write the transformation to a file.

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

public void Save(
	string fileName
)

Parameters

fileName
Type: SystemString
Path to save to.

Return Value

Type: 
Exceptions

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

Reference