Click or drag to resize

GlobalElementBaseGetElementFactors Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Builds dictionary of global element factors

Namespace:  imbNLP.Toolkit.Weighting.Global
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.16
Syntax
C#
public WeightDictionary GetElementFactors(
	IEnumerable<string> terms,
	SpaceModel space,
	SpaceLabel label = null
)

Parameters

terms
Type: System.Collections.GenericIEnumerableString
The terms.
space
Type: imbNLP.Toolkit.SpaceSpaceModel
The space.
label (Optional)
Type: imbNLP.Toolkit.SpaceSpaceLabel
The label.

Return Value

Type: WeightDictionary

[Missing <returns> documentation for "M:imbNLP.Toolkit.Weighting.Global.GlobalElementBase.GetElementFactors(System.Collections.Generic.IEnumerable{System.String},imbNLP.Toolkit.Space.SpaceModel,imbNLP.Toolkit.Space.SpaceLabel)"]

See Also