Code Examples
A repository of 155 code examples for BeepBeep
mining.trenddistance.SymbolDistribution Class Reference

Trend distance based on the statistical distribution of symbols in a stream. More...

Static Public Member Functions

static void main (String[] args)
 

Detailed Description

Trend distance based on the statistical distribution of symbols in a stream.

The parameters of the TrendDistance processor in this example are as follows:

ParameterValue
Window Width
9
Beta processor
Processor chain
Reference Pattern
A map that associates each symbol with a number of occurrences. The map is:
a6
b1
c2
Distance Function
Distance Function
(MapDistance)
Comparison Function
≤
Distance Threshold

2

Author
Sylvain Hallé

Definition at line 79 of file SymbolDistribution.java.


The documentation for this class was generated from the following file: