Click or drag to resize

FeatureWeightModelGetElementFactors Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "M:imbNLP.Toolkit.Corpora.FeatureWeightModel.GetElementFactors(System.Collections.Generic.IEnumerable{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 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.Corpora.FeatureWeightModel.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.Corpora.FeatureWeightModel.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.Corpora.FeatureWeightModel.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.Corpora.FeatureWeightModel.GetElementFactors(System.Collections.Generic.IEnumerable{System.String},imbNLP.Toolkit.Space.SpaceModel,imbNLP.Toolkit.Space.SpaceLabel)"]

Implements

IGlobalElementGetElementFactors(IEnumerableString, SpaceModel, SpaceLabel)
See Also