Click or drag to resize

TFDFContainer Constructor (String, Object, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the TFDFContainer class.

Namespace:  imbSCI.DataComplex.tf_idf
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public TFDFContainer(
	string _indexForm,
	Object _item,
	int _documentID
)
Request Example View Source

Parameters

_indexForm
Type: SystemString
The index form.
_item
Type: SystemObject
The item.
_documentID
Type: SystemInt32
The document identifier.
See Also