Click or drag to resize

TFDFContainerItem Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the term frequency at the specified document identifier.

Namespace:  imbSCI.DataComplex.tf_idf
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public int this[
	int documentID
] { get; }
Request Example View Source

Parameters

documentID
Type: SystemInt32
The document identifier.

Property Value

Type: Int32
The Int32.

Return Value

Type: Int32
See Also