Click or drag to resize

IWeightTableSetAdd Method (IWeightTable, IWeightTableTerm, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds term to the table specified

Namespace:  imbSCI.DataComplex
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
void Add(
	IWeightTable table,
	IWeightTableTerm term,
	bool callTableLevelAdd = false
)
Request Example View Source

Parameters

table
Type: imbSCI.DataComplexIWeightTable
The table.
term
Type: imbSCI.DataComplexIWeightTableTerm
The term.
callTableLevelAdd (Optional)
Type: SystemBoolean
if set to true [call table level add].
See Also