Click or drag to resize

IWeightTableGetNFreq Method (IWeightTableTerm)

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

Namespace:  imbSCI.DataComplex
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
double GetNFreq(
	IWeightTableTerm term
)
Request Example View Source

Parameters

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

Return Value

Type: Double
Double ratio number with value from 0 to 1
See Also