A sophisticated real-time anomaly detection system for ADS-B aircraft data with multi-tier detection algorithms, real-time web dashboard, and production-grade architecture built in Rust
// ABOUTME: Anomaly detection modules for different tiers of suspicious behavior
// ABOUTME: Contains temporal, signal, identity, behavioral, and ML detection algorithms
pubmodbehavior;pubmodidentity;pubmodml;pubmodsignal;pubmodtemporal;#[cfg(test)]modintegration_test;