Click or drag to resize

weightTableTWeightTableTermRemoveUnderWeight Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes the terms under specified weight.

Namespace:  imbSCI.DataComplex
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public void RemoveUnderWeight(
	double limit = 0.1
)
Request Example View Source

Parameters

limit (Optional)
Type: SystemDouble
The limit.

Implements

IWeightTableRemoveUnderWeight(Double)
See Also