![]() |
Code Examples
A repository of 155 code examples for BeepBeep
|
Trend distance based on the statistical distribution of symbols in a stream. More...
Static Public Member Functions | |
static void | main (String[] args) |
Trend distance based on the statistical distribution of symbols in a stream.
The parameters of the TrendDistance
processor in this example are as follows:
Parameter | Value | ||||||
---|---|---|---|---|---|---|---|
![]() | 9 | ||||||
![]() | ![]() | ||||||
![]() | A map that associates each symbol with a number of occurrences. The map is:
| ||||||
![]() | ![]() | ||||||
![]() | ![]() | ||||||
![]() | 2 |
Definition at line 79 of file SymbolDistribution.java.