Click or drag to resize

IGMElementGetElementFactor Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Returns Inverse Gravity Moment of the term

Namespace:  imbNLP.Toolkit.Weighting.Elements
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.16
Syntax
C#
public override double GetElementFactor(
	string term,
	SpaceDocumentModel document,
	SpaceModel space
)

Parameters

term
Type: SystemString
The term.
document
Type: imbNLP.Toolkit.SpaceSpaceDocumentModel
The document.
space
Type: imbNLP.Toolkit.SpaceSpaceModel
The space.

Return Value

Type: Double

[Missing <returns> documentation for "M:imbNLP.Toolkit.Weighting.Elements.IGMElement.GetElementFactor(System.String,imbNLP.Toolkit.Space.SpaceDocumentModel,imbNLP.Toolkit.Space.SpaceModel)"]

See Also