Click or drag to resize

FeatureFilterSelectFeatures Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Selects the top limit terms, ranked by function

Namespace:  imbNLP.Toolkit.Corpora
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public List<KeyValuePair<string, double>> SelectFeatures(
	SpaceModel space
)

Parameters

space
Type: imbNLP.Toolkit.SpaceSpaceModel
The space.

Return Value

Type: ListKeyValuePairString, Double

[Missing <returns> documentation for "M:imbNLP.Toolkit.Corpora.FeatureFilter.SelectFeatures(imbNLP.Toolkit.Space.SpaceModel)"]

See Also