Click or drag to resize

IWeightTableAdd Method (String, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the specified term given as string

Namespace:  imbSCI.DataComplex
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
IWeightTableTerm Add(
	string term,
	int AFreqPoints = -1
)
Request Example View Source

Parameters

term
Type: SystemString
The term.
AFreqPoints (Optional)
Type: SystemInt32
a freq points.

Return Value

Type: IWeightTableTerm
See Also