get_cumulative_symbol_frequency method
get_cumulative_symbol_frequency
Get the total number of occurrences for all of the symbols that are less than the given symbol in the context.
Returns
sum of all symbol freqs for symbols less than the given symbol in the given context
def get_cumulative_symbol_frequency(self, context, symbol):
...
Parameter | Type | Description |
---|---|---|
context | int | use this context’s histogram |
symbol | int | use this symbol |
See Also
- module
aspose.cad.fileformats.u3d.bitstream
- class
IContextManager