Expand description
Anomaly detection kernels.
This module provides anomaly detection algorithms:
- Isolation Forest (ensemble of isolation trees)
- Local Outlier Factor (k-NN density-based)
Structsยง
- Isolation
Forest - Isolation Forest kernel.
- Local
Outlier Factor - Local Outlier Factor (LOF) kernel.