Click or drag to resize

tokenDocumentbuildTableRow Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "M:imbNLP.Data.semanticLexicon.term.tokenDocument.buildTableRow(System.Data.DataRow,imbSCI.DataComplex.weightTableGenericTerm)"]

Namespace:  imbNLP.Data.semanticLexicon.term
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public override DataRow buildTableRow(
	DataRow dr,
	weightTableGenericTerm t
)

Parameters

dr
Type: System.DataDataRow

[Missing <param name="dr"/> documentation for "M:imbNLP.Data.semanticLexicon.term.tokenDocument.buildTableRow(System.Data.DataRow,imbSCI.DataComplex.weightTableGenericTerm)"]

t
Type: weightTableGenericTerm

[Missing <param name="t"/> documentation for "M:imbNLP.Data.semanticLexicon.term.tokenDocument.buildTableRow(System.Data.DataRow,imbSCI.DataComplex.weightTableGenericTerm)"]

Return Value

Type: DataRow

[Missing <returns> documentation for "M:imbNLP.Data.semanticLexicon.term.tokenDocument.buildTableRow(System.Data.DataRow,imbSCI.DataComplex.weightTableGenericTerm)"]

See Also