View source: R/har_online_executor.R
| har_online_incremental | R Documentation |
Placeholder strategy for detectors with native stateful updates. When a
detector exposes an online_update() function in the detector object, the
session will call it before detection. Otherwise the strategy falls back to
detect-only behavior.
har_online_incremental(fit_on_warmup = TRUE)
fit_on_warmup |
Whether the detector should be fitted once after warm-up. |
A har_online_incremental object.
exec <- har_online_incremental()
exec$mode
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.