Click or drag to resize

FeatureWeightModelGetWeight Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "M:imbNLP.Toolkit.Corpora.FeatureWeightModel.GetWeight(System.String,imbNLP.Toolkit.Space.SpaceDocumentModel,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 double GetWeight(
	string term,
	SpaceDocumentModel document,
	SpaceModel space,
	SpaceLabel label = null
)

Parameters

term
Type: SystemString

[Missing <param name="term"/> documentation for "M:imbNLP.Toolkit.Corpora.FeatureWeightModel.GetWeight(System.String,imbNLP.Toolkit.Space.SpaceDocumentModel,imbNLP.Toolkit.Space.SpaceModel,imbNLP.Toolkit.Space.SpaceLabel)"]

document
Type: imbNLP.Toolkit.SpaceSpaceDocumentModel

[Missing <param name="document"/> documentation for "M:imbNLP.Toolkit.Corpora.FeatureWeightModel.GetWeight(System.String,imbNLP.Toolkit.Space.SpaceDocumentModel,imbNLP.Toolkit.Space.SpaceModel,imbNLP.Toolkit.Space.SpaceLabel)"]

space
Type: imbNLP.Toolkit.SpaceSpaceModel

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

Return Value

Type: Double

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

See Also