NonLinearTransformation Constructor

CVB.Net Documentation
Load a saved transformation from a file.

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

public NonLinearTransformation(
	string fileName
)

Parameters

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

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

Reference