Click or drag to resize

ICSdFElementGetElementFactor Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns Inverse Class Frequency - ICF

Namespace:  imbNLP.Toolkit.Weighting.Global
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public override double GetElementFactor(
	string term,
	SpaceModel space,
	SpaceLabel label = null
)

Parameters

term
Type: SystemString
The term.
space
Type: imbNLP.Toolkit.SpaceSpaceModel
The space.
label (Optional)
Type: imbNLP.Toolkit.SpaceSpaceLabel

[Missing <param name="label"/> documentation for "M:imbNLP.Toolkit.Weighting.Global.ICSdFElement.GetElementFactor(System.String,imbNLP.Toolkit.Space.SpaceModel,imbNLP.Toolkit.Space.SpaceLabel)"]

Return Value

Type: Double

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

Implements

IGlobalElementGetElementFactor(String, SpaceModel, SpaceLabel)
See Also