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ยง
- Adaptive
Threshold - Adaptive Threshold kernel.
- Adaptive
Threshold Config - Configuration for adaptive threshold.
- Adaptive
Threshold State - State for adaptive threshold tracking.
- Streaming
Config - Configuration for streaming isolation forest.
- Streaming
Isolation Forest - Streaming Isolation Forest kernel.
- Streaming
State - State maintained by streaming isolation forest.
- Threshold
Result - Result of threshold evaluation.