Click or drag to resize

FeatureWeightModelGetElementFactorEntry Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "M:imbNLP.Toolkit.Corpora.FeatureWeightModel.GetElementFactorEntry(System.String,imbNLP.Toolkit.Space.SpaceModel,imbNLP.Toolkit.Space.SpaceLabel)"]

Namespace:  imbNLP.Toolkit.Corpora
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public WeightDictionaryEntry GetElementFactorEntry(
	string term,
	SpaceModel space,
	SpaceLabel label = null
)

Parameters

term
Type: SystemString

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

Return Value

Type: WeightDictionaryEntry

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

Implements

IGlobalElementGetElementFactorEntry(String, SpaceModel, SpaceLabel)
See Also