Click or drag to resize

IWeightTableAdd Method (IWeightTableTerm, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the specified term - or updates existing

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

Parameters

term
Type: imbSCI.DataComplexIWeightTableTerm
The term.
AFreqPoints (Optional)
Type: SystemInt32
Absolute frequency to set. Leave -1 for default

Return Value

Type: IWeightTableTerm
See Also