Versions Compared

Key

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

...

  • exactCalculation If set to true, it uses exact calculation for window mode (recalc values every new tuple). This may be slower. Unexact calculation may be faster, but unaccurate, especially if the mean changes dramatically over time.
  • tuplesToLearn The number of tuples that will be used to learn the operator if 'tupleBased' is the choosen trainingMode.
  • trainingMode The training mode for this operator
  • mean If you want to set the mean manually (with trainingMode = manual) you can do this here.
  • standardDeviation If you want to set the standard deviation manually (with trainingMode = manual) you can do this here.
  • nameOfParameter attribute Name of the attribute which should be analysed
  • uniqueBackupId A unique ID for this operator to save and read backup data.
  • GROUP_BY To group the tuples and learn a unique deviation for each group
  • fastGrouping Use hash code instead of tuple compare to create group. Potentially unsafe!

...