Click or drag to resize

Distance Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the Distance class

Namespace:  imbNLP.Toolkit.WordVectors.Word2Vec
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.16
Syntax
C#
public Distance(
	string fileName
)

Parameters

fileName
Type: SystemString
path to binary file created by Word2Vec
See Also