Click or drag to resize

instanceCountCollectionTGetRFreq Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns relative frequency calculated as follows: absolute frequency divided by maximum frequency: rF = aF / maxF

Namespace:  imbSCI.DataComplex.special
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public virtual double GetRFreq(
	T key
)
Request Example View Source

Parameters

key
Type: T
The key.

Field Value

Type: Double
The Double.

Return Value

Type: Double
See Also