Module anomaly

Module anomaly 

Source
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ยง

IsolationForest
Isolation Forest kernel.
LocalOutlierFactor
Local Outlier Factor (LOF) kernel.