Click or drag to resize

IWeightTableSetAddTable Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds new IWeightTable with name nad terms collection

Namespace:  imbSCI.DataComplex
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
IWeightTable AddTable(
	string documentName,
	IEnumerable<IWeightTableTerm> terms = null
)
Request Example View Source

Parameters

documentName
Type: SystemString
Name of the document.
terms (Optional)
Type: System.Collections.GenericIEnumerableIWeightTableTerm
The terms.

Return Value

Type: IWeightTable
See Also