Module streaming

Module streaming 

Source
Expand description

Streaming anomaly detection kernels.

This module provides online/streaming anomaly detection algorithms:

  • StreamingIsolationForest - Online anomaly detection with sliding window
  • AdaptiveThreshold - Self-adjusting anomaly thresholds

Structsยง

AdaptiveThreshold
Adaptive Threshold kernel.
AdaptiveThresholdConfig
Configuration for adaptive threshold.
AdaptiveThresholdState
State for adaptive threshold tracking.
StreamingConfig
Configuration for streaming isolation forest.
StreamingIsolationForest
Streaming Isolation Forest kernel.
StreamingState
State maintained by streaming isolation forest.
ThresholdResult
Result of threshold evaluation.