Click or drag to resize

bagOfWordsToPropertyCollection Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Builds an property collection with limited or all entries (-1 for limitless)

Namespace:  imbSCI.DataComplex.special
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public PropertyCollection ToPropertyCollection(
	int limit = 10
)
Request Example View Source

Parameters

limit (Optional)
Type: SystemInt32
The limit.

Return Value

Type: PropertyCollection
See Also