Click or drag to resize

FeatureWeightModelGetWeights Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the weights.

Namespace:  imbNLP.Toolkit.Corpora
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public WeightDictionary GetWeights(
	List<string> termWhiteList,
	SpaceDocumentModel document,
	SpaceModel space,
	SpaceLabel label = null
)

Parameters

termWhiteList
Type: System.Collections.GenericListString
The term white list.
document
Type: imbNLP.Toolkit.SpaceSpaceDocumentModel
The document.
space
Type: imbNLP.Toolkit.SpaceSpaceModel
The space.
label (Optional)
Type: imbNLP.Toolkit.SpaceSpaceLabel
The label.

Return Value

Type: WeightDictionary

[Missing <returns> documentation for "M:imbNLP.Toolkit.Corpora.FeatureWeightModel.GetWeights(System.Collections.Generic.List{System.String},imbNLP.Toolkit.Space.SpaceDocumentModel,imbNLP.Toolkit.Space.SpaceModel,imbNLP.Toolkit.Space.SpaceLabel)"]

See Also