![]() |
Code Examples
A repository of 155 code examples for BeepBeep
|
Trend distance based on the average of values in a stream. More...
Static Public Member Functions | |
static void | main (String[] args) |
Trend distance based on the average of values in a stream.
This example is similar to AverageValueAbsolute. However, the distance function computes the ratio (instead of the difference) between the reference average and the observed average.
The parameters of the TrendDistance
processor in this example are as follows:
Parameter | Value |
---|---|
![]() | 3 |
![]() | ![]() |
![]() | 6 |
![]() | ![]() |
![]() | ![]() |
![]() | ½ |
Definition at line 76 of file AverageValueRelative.java.