Click or drag to resize

weightTableCompiledAddExternalDataTable Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Parameters

table
Type: System.DataDataTable
termName_column (Optional)
Type: SystemString
termAFreq_column (Optional)
Type: SystemString

Return Value

Type: Int32

Implements

IWeightTableAddExternalDataTable(DataTable, String, String)
See Also