Click or drag to resize

IWeightTableGetDataTableClean Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Exports clean version of data table - more compatibile for later load

Namespace:  imbSCI.DataComplex
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
DataTable GetDataTableClean(
	string tableName = "",
	DataSet ds = null,
	bool onlyTermAndFreq = false
)
Request Example View Source

Parameters

tableName (Optional)
Type: SystemString
Name of the table document -- if empty it will use document name
ds (Optional)
Type: System.DataDataSet
The DataSet to include into
onlyTermAndFreq (Optional)
Type: SystemBoolean
Exporting only term and frequency

Return Value

Type: DataTable
DataTable with TF_IDF information
See Also