مقایسهٔ روشها
روشهای انتخابی خود را کنار هم مرور کنید؛ ردیفهای متفاوت برجسته شدهاند.
| One-Class SVM آنلاین× | عامل دورافتادگی محلی (LOF)× | |
|---|---|---|
| حوزه | یادگیری ماشین | یادگیری ماشین |
| خانواده | Machine learning | Machine learning |
| سال پیدایش≠ | 2006 (incremental/online variant); 1999 (base method) | 2000 |
| پدیدآور≠ | Laskov, P. et al. (incremental extension); Scholkopf, B. et al. (original OC-SVM) | Breunig, M. M.; Kriegel, H.-P.; Ng, R. T.; Sander, J. |
| نوع≠ | Online anomaly detection / novelty detection | Density-based anomaly detection (unsupervised) |
| منبع بنیادین≠ | Laskov, P., Gehl, C., Krueger, S., & Muller, K.-R. (2006). Incremental support vector learning: Analysis, implementation and applications. Journal of Machine Learning Research, 7, 1909–1936. 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 ↗ |
| نامهای دیگر | Online OC-SVM, Incremental One-Class SVM, Online SVDD, Sequential One-Class SVM | LOF, local outlier factor, density-based outlier detection, local density deviation |
| مرتبط | 4 | 4 |
| خلاصه≠ | Online One-Class SVM is an incremental extension of the classical One-Class Support Vector Machine that updates its decision boundary as new data arrive one sample at a time, making it suitable for streaming environments and real-time anomaly or novelty detection without retraining from scratch. | 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مجموعهداده ↗ |
|
|