Click or drag to resize

IWeightTableOperationsAddExternalDataTable Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Loads term definitions from the specified DataTable, interpreting termName_column and termAFreq_column. Leave * to use export default column names.

Namespace:  imbSCI.DataComplex
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
int AddExternalDataTable(
	DataTable table,
	string termName_column = "*",
	string termAFreq_column = "*"
)
Request Example View Source

Parameters

table
Type: System.DataDataTable
The table.
termName_column (Optional)
Type: SystemString
The term name column.
termAFreq_column (Optional)
Type: SystemString
The term a freq column.

Return Value

Type: Int32
See Also