Click or drag to resize

weightTableTWeightTableTermGetNFreq Method (String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the normalized frequency by term name

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

Parameters

term
Type: SystemString
The term.

Return Value

Type: Double

Implements

IWeightTableGetNFreq(String)
See Also