Click or drag to resize

weightTableTWeightTableTermGetNWeight Method (String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the normalized cumulative weight for the term

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

Parameters

term
Type: SystemString
The term.

Return Value

Type: Double

Implements

IWeightTableGetNWeight(String)
See Also