Click or drag to resize

IGlobalElementGetElementFactors Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

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

Parameters

terms
Type: System.Collections.GenericIEnumerableString

[Missing <param name="terms"/> documentation for "M:imbNLP.Toolkit.Weighting.Global.IGlobalElement.GetElementFactors(System.Collections.Generic.IEnumerable{System.String},imbNLP.Toolkit.Space.SpaceModel,imbNLP.Toolkit.Space.SpaceLabel)"]

space
Type: imbNLP.Toolkit.SpaceSpaceModel

[Missing <param name="space"/> documentation for "M:imbNLP.Toolkit.Weighting.Global.IGlobalElement.GetElementFactors(System.Collections.Generic.IEnumerable{System.String},imbNLP.Toolkit.Space.SpaceModel,imbNLP.Toolkit.Space.SpaceLabel)"]

label (Optional)
Type: imbNLP.Toolkit.SpaceSpaceLabel

[Missing <param name="label"/> documentation for "M:imbNLP.Toolkit.Weighting.Global.IGlobalElement.GetElementFactors(System.Collections.Generic.IEnumerable{System.String},imbNLP.Toolkit.Space.SpaceModel,imbNLP.Toolkit.Space.SpaceLabel)"]

Return Value

Type: WeightDictionary

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

See Also