mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2026-01-27 12:50:41 +03:00
Update NUMBER.MaxRateType.md
Tried to explain MaxRateType more clearly
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Parameter `<NUMBER>.MaxRateType`
|
# Parameter `<NUMBER>.MaxRateType`
|
||||||
Default Value: `AbsoluteChange`
|
Default Value: `AbsoluteChange`
|
||||||
|
|
||||||
Defines if the **Change Rate** compared to the previous value is calculated as absolute change (`AbsoluteChange`) or
|
Defines if the **Change Rate** is calculated as the difference between the last two readings (`AbsoluteChange` = difference) or
|
||||||
as rate normalized to the interval (`RateChange` = change/minute).
|
as the difference normalized to the interval (`RateChange` = difference per minute).
|
||||||
|
|||||||
Reference in New Issue
Block a user