Click or drag to resize

WeightDictionaryEntryPair Constructor (String, Double, Double)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the WeightDictionaryEntryPair class

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

Parameters

_name
Type: SystemString

[Missing <param name="_name"/> documentation for "M:imbNLP.Toolkit.Processing.WeightDictionaryEntryPair.#ctor(System.String,System.Double,System.Double)"]

_wa
Type: SystemDouble

[Missing <param name="_wa"/> documentation for "M:imbNLP.Toolkit.Processing.WeightDictionaryEntryPair.#ctor(System.String,System.Double,System.Double)"]

_wb
Type: SystemDouble

[Missing <param name="_wb"/> documentation for "M:imbNLP.Toolkit.Processing.WeightDictionaryEntryPair.#ctor(System.String,System.Double,System.Double)"]

See Also