jomjol / AI-on-the-edge-device-docs

Github for hosting the documentation for the project: https://github.com/jomjol/AI-on-the-edge-device
https://jomjol.github.io/AI-on-the-edge-device-docs/
65 stars 36 forks source link

Update NUMBER.MaxRateValue.md #31

Closed fhb closed 1 year ago

fhb commented 1 year ago

The decimal separator used is actually a comma not a point. The code handles an input using a point as the separator and changes the separator to a comma: e.g. 0.05 input to 0,05.

I suggest adding an example for absolute and relative changes, probably 0,05 would mean a 5% change if set to relative? What would be the use case for setting the MaxRateType to relative?