You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ml_is_event_detected.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ml.isDetected(ml.event.Unknown)
8
8
9
9
The ML model updates its estimated action several times a second. This function compares the latest value of the estimated value to the action you choose. Use the boolean value to make logical decisions in your program.
10
10
11
-
Some programs will be easier to write using the [on ML start](./ml_on_event_start) and [on ML stop](./ml_on_event_stop) event handlers instead.
11
+
Some programs will be easier to write using the “on ML start” and “on ML stop” event handlers instead.
0 commit comments