Click or drag to resize

bagOfWordsReduce Method (String, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Reduces the specified key.

Namespace:  imbSCI.DataComplex.special
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public void Reduce(
	string key,
	int value
)
Request Example View Source

Parameters

key
Type: SystemString
The key.
value
Type: SystemInt32
The value.
See Also