Click or drag to resize

IWeightTableAddExternalDataTable 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 source data table
termName_column (Optional)
Type: SystemString
The term name column.
termAFreq_column (Optional)
Type: SystemString
The term a freq column.

Return Value

Type: Int32
Exceptions
ExceptionCondition
[!:dataException]Column for TermName not found! - null - AddExternalDataTable() failed - TermName column not found in the input table or Column for TermAFreq not found! - null - AddExternalDataTable() failed - TermAFreq column not found in the input table
See Also