seedBaseline

Pre-populate the detector with known-good baseline statistics.

Calling this method immediately activates anomaly scoring, skipping the learning period defined by AnomalyPolicy.baselineEventCount. The provided statistics are used to seed the internal rolling stats and known-field maps so that the first real event is scored against a meaningful baseline.

Since

0.7.0

Parameters

stats

Pre-computed baseline statistics from a known-good period.