Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CounterValue
08
15
220
04
16
222

This were two sequences, cause because a new sequence starts , if the counter of the next tuple is smaller than the previous counter. Every sequence had three tuples. The output on port 1 would be the following:

value
groupmeancounterstandardDeviation
0meanstandardDeviation
     
     
8.00.0
15.00.0
220.00.0
06.02.828
15.50.707
221.01.414     

Parameters

  • parameterAttribute Name of the attribute which should be analysed
  • sequencesToLearn The number of (correct) sequencesto learn from. The first x sequences will define the perfect sequence the others are compared to. If set to 0, the operator will not stop to learn (learn infinity sequences). Default is 0.
  • GROUP_BY To group the tuples into the single parts of the sequence.
  • fastGrouping Use hash code instead of tuple compare to create group. Potentially unsafe!

...