Click or drag to resize

IGlobalElementGetElementFactorEntry Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "M:imbNLP.Toolkit.Weighting.Global.IGlobalElement.GetElementFactorEntry(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#
WeightDictionaryEntry GetElementFactorEntry(
	string term,
	SpaceModel space,
	SpaceLabel label = null
)

Parameters

term
Type: SystemString

[Missing <param name="term"/> documentation for "M:imbNLP.Toolkit.Weighting.Global.IGlobalElement.GetElementFactorEntry(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.GetElementFactorEntry(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.GetElementFactorEntry(System.String,imbNLP.Toolkit.Space.SpaceModel,imbNLP.Toolkit.Space.SpaceLabel)"]

Return Value

Type: WeightDictionaryEntry

[Missing <returns> documentation for "M:imbNLP.Toolkit.Weighting.Global.IGlobalElement.GetElementFactorEntry(System.String,imbNLP.Toolkit.Space.SpaceModel,imbNLP.Toolkit.Space.SpaceLabel)"]

See Also