方法对比
并排查看您选择的方法;存在差异的行会高亮显示。
| 半监督隔离森林× | 局部异常因子 (LOF)× | |
|---|---|---|
| 领域 | 机器学习 | 机器学习 |
| 方法族 | Machine learning | Machine learning |
| 起源年份≠ | 2013–2020 | 2000 |
| 提出者≠ | Extended from Liu, F.T., Ting, K.M., and Zhou, Z-H. (iForest, 2008); semi-supervised variants developed by multiple authors ca. 2013–2020 | Breunig, M. M.; Kriegel, H.-P.; Ng, R. T.; Sander, J. |
| 类型≠ | Ensemble anomaly detection (semi-supervised extension) | Density-based anomaly detection (unsupervised) |
| 开创性文献≠ | Görnitz, N., Kloft, M., Rieck, K., & Brefeld, U. (2013). Toward supervised anomaly detection. Journal of Artificial Intelligence Research, 46, 235–262. link ↗ | Breunig, M. M., Kriegel, H.-P., Ng, R. T., & Sander, J. (2000). LOF: Identifying density-based local outliers. Proceedings of the 2000 ACM SIGMOD International Conference on Management of Data, 93–104. DOI ↗ |
| 别名 | SSIF, semi-supervised iForest, label-guided Isolation Forest, partially supervised Isolation Forest | LOF, local outlier factor, density-based outlier detection, local density deviation |
| 相关≠ | 6 | 4 |
| 摘要≠ | 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. | Local Outlier Factor (LOF) is a density-based, unsupervised anomaly detection algorithm introduced by Breunig, Kriegel, Ng, and Sander in 2000. It assigns each data point a continuous outlier score that quantifies how isolated that point is relative to its local neighborhood, enabling detection of anomalies that global methods miss because they blend into dense clusters elsewhere in the space. |
| ScholarGate数据集 ↗ |
|
|