Click or drag to resize

weightTableTWeightTableTermGetAFreq Method (String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the absolute frequency for the term

Namespace:  imbSCI.DataComplex
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public virtual int GetAFreq(
	string term
)
Request Example View Source

Parameters

term
Type: SystemString
The term.

Return Value

Type: Int32

Implements

IWeightTableGetAFreq(String)
See Also