Click or drag to resize

weightTableTWeightTableTermGetAFreq Method (IWeightTableTerm)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the absolute frequency of the specified term

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

Parameters

term
Type: imbSCI.DataComplexIWeightTableTerm
The term to get frequency for

Return Value

Type: Int32

Implements

IWeightTableGetAFreq(IWeightTableTerm)
See Also