oxicuda-anomaly 0.1.8

Anomaly detection primitives for OxiCUDA — DeepSVDD, AE/VAE reconstruction, LOF, COPOD, isolation scoring, statistical methods, ensemble
Documentation
1
2
3
4
//! Density-based anomaly detection (COPOD, Mahalanobis, GMM).
pub mod copod;
pub mod gmm_detector;
pub mod mahalanobis;