har_online_incremental: Incremental execution strategy

View source: R/har_online_executor.R

har_online_incrementalR Documentation

Incremental execution strategy

Description

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.

Usage

har_online_incremental(fit_on_warmup = TRUE)

Arguments

fit_on_warmup

Whether the detector should be fitted once after warm-up.

Value

A har_online_incremental object.

Examples

exec <- har_online_incremental()
exec$mode

harbinger documentation built on July 10, 2026, 5:07 p.m.