This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git

commit 70a2757246444aed15282ed16885468bd1e0bb50
Merge: abeffd7c0 bed912818
Author: Philipp Zehnder <[email protected]>
AuthorDate: Mon Nov 7 21:34:13 2022 +0100

    Merge pull request #132 from apache/chore/STREAMPIPES-616
    
    [STREAMPIPES-616] refactor cumsum processor

 .../jvm/ChangeDetectionJvmInit.java                |   6 +-
 .../changedetection/jvm/cusum/Cusum.java           |   1 +
 .../changedetection/jvm/cusum/CusumController.java |   2 +
 .../jvm/cusum/CusumEventFields.java                |   2 +
 .../changedetection/jvm/cusum/CusumParameters.java |   1 +
 .../jvm/cusum/WelfordAggregate.java                |   1 +
 .../jvm/{cusum => welford}/WelfordAggregate.java   |   6 +-
 .../jvm/welford/WelfordChangeDetection.java        | 149 +++++++++++++++++++++
 .../WelfordEventFields.java}                       |  22 ++-
 .../documentation.md                               |   4 +-
 .../icon.png                                       | Bin 0 -> 62957 bytes
 .../strings.en                                     |   4 +-
 .../documentation.md                               |  10 +-
 .../icon.png                                       | Bin 0 -> 62957 bytes
 .../strings.en                                     |   6 +-
 .../StandaloneEventProcessingDeclarer.java         |   1 +
 .../binding/EventProcessorBindingParams.java       |   1 +
 .../wrapper/runtime/EventProcessor.java            |   1 +
 18 files changed, 194 insertions(+), 23 deletions(-)

Reply via email to