grainier commented on code in PR #132: URL: https://github.com/apache/incubator-streampipes/pull/132#discussion_r1014796240
########## streampipes-extensions/streampipes-processors-change-detection-jvm/src/main/resources/org.apache.streampipes.processors.changedetection.jvm.welford/strings.en: ########## @@ -0,0 +1,11 @@ +org.apache.streampipes.processors.changedetection.jvm.welford.title=Welford Change Detection +org.apache.streampipes.processors.changedetection.jvm.welford.description=Change detection for a time series based on Welford's algorithm. + +number-mapping.title=Value to observe +number-mapping.description=Specifies the monitored dimension. + +param-k.title=Parameter k +param-k.description=The sensitivity parameter. High value indicates low sensitivity. Unit: Standard deviations + +param-h.title=Parameter h +param-h.description=The threshold above which a change is detected. Unit: Standard deviations Review Comment: ```suggestion param-h.description=The threshold above which a change is detected. Unit: Standard deviations ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
