Click or drag to resize

WeightDictionaryEntry Constructor (String, Double)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the WeightDictionaryEntry class.

Namespace:  imbNLP.Toolkit.Processing
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.16
Syntax
C#
public WeightDictionaryEntry(
	string _name,
	double _weight
)

Parameters

_name
Type: SystemString
The name.
_weight
Type: SystemDouble
The weight.
See Also