IContextManager.GetSymbolFrequency

IContextManager.GetSymbolFrequency method

Get the number of occurrences of the given symbol in the context.

public uint GetSymbolFrequency(uint context, uint symbol)
ParameterTypeDescription
contextUInt32get the frequency from this context’s histogram
symbolUInt32get the frequency of this symbol the symbol

Return Value

the number of occurences of the specified symbol in the specified context

See Also