השוואת שיטות
סקרו את השיטות שבחרתם זו לצד זו; שורות שבהן יש הבדל מודגשות.
| יער בידוד מקוון× | Isolation Forest חצי-מפוקח× | |
|---|---|---|
| תחום | למידת מכונה | למידת מכונה |
| משפחה | Machine learning | Machine learning |
| שנת המקור≠ | 2008–2011 | 2013–2020 |
| הוגה השיטה≠ | Tan, S. C.; Ting, K. M.; Liu, T. F. (streaming variant); original iForest by Liu et al. | Extended from Liu, F.T., Ting, K.M., and Zhou, Z-H. (iForest, 2008); semi-supervised variants developed by multiple authors ca. 2013–2020 |
| סוג≠ | Streaming anomaly detection (online ensemble) | Ensemble anomaly detection (semi-supervised extension) |
| מקור מכונן≠ | Liu, F. T., Ting, K. M., & Zhou, Z.-H. (2008). Isolation Forest. In Proceedings of the 8th IEEE International Conference on Data Mining (ICDM), pp. 413–422. DOI ↗ | Görnitz, N., Kloft, M., Rieck, K., & Brefeld, U. (2013). Toward supervised anomaly detection. Journal of Artificial Intelligence Research, 46, 235–262. link ↗ |
| כינויים | streaming isolation forest, incremental isolation forest, online iForest, adaptive isolation forest | SSIF, semi-supervised iForest, label-guided Isolation Forest, partially supervised Isolation Forest |
| קשורות | 6 | 6 |
| תקציר≠ | Online Isolation Forest extends the Isolation Forest anomaly-detection algorithm to streaming or continuously arriving data. Instead of rebuilding isolation trees from scratch when new observations arrive, the forest is updated incrementally so that anomaly scores remain current without reprocessing the entire history. This makes it practical for real-time monitoring, fraud detection, and sensor-data surveillance where data volumes grow indefinitely. | Semi-supervised Isolation Forest extends the classic Isolation Forest anomaly detector by incorporating a small set of labeled anomaly (and possibly normal) examples alongside a large unlabeled dataset. This label guidance adjusts the model's anomaly scores so that known anomalies are separated more reliably, bridging the gap between fully unsupervised and fully supervised detection. |
| ScholarGateמערך נתונים ↗ |
|
|