Click or drag to resize

weightTableSetTWeightTableTerm, TWeightTableAdd Method (IWeightTable, IWeightTableTerm, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Non semantic matching

Namespace:  imbSCI.DataComplex
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public 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
Add supplied table, usully you don't want that

Implements

IWeightTableSetAdd(IWeightTable, IWeightTableTerm, Boolean)
See Also