Click or drag to resize

WeightDictionaryEntry Constructor (String, Double)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the WeightDictionaryEntry class.

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

Parameters

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