Click or drag to resize

WeightDictionaryEntryPairs Constructor (IEnumerableWeightDictionaryEntry, IEnumerableWeightDictionaryEntry, Int32, Int32)

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

Namespace:  imbNLP.Toolkit.Processing
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public WeightDictionaryEntryPairs(
	IEnumerable<WeightDictionaryEntry> vectorA,
	IEnumerable<WeightDictionaryEntry> vectorB,
	int vectorADimID = 0,
	int vectorBDimID = 0
)

Parameters

vectorA
Type: System.Collections.GenericIEnumerableWeightDictionaryEntry
The vector a.
vectorB
Type: System.Collections.GenericIEnumerableWeightDictionaryEntry
The vector b.
vectorADimID (Optional)
Type: SystemInt32
The vector a dim identifier.
vectorBDimID (Optional)
Type: SystemInt32
The vector b dim identifier.
See Also