Click or drag to resize

weightTableTWeightTableTermGetDataTableClean Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the data table clean.

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

Parameters

tableName (Optional)
Type: SystemString
Name of the table.
ds (Optional)
Type: System.DataDataSet
The ds.
onlyTermAndFreq (Optional)
Type: SystemBoolean
if set to true [only term and freq].

Return Value

Type: DataTable

Implements

IWeightTableGetDataTableClean(String, DataSet, Boolean)
See Also