Machine learningMachine learning
可解释单类支持向量机
可解释单类支持向量机(Explainable One-Class SVM)将经典的单类支持向量机(One-Class SVM)异常检测器——该检测器在无需标记异常值的情况下学习正常数据的紧密边界——与事后可解释性方法(如 SHAP 或 LIME)相结合,以揭示哪些特征驱动了每个新颖性或异常分数,从而将不透明的决策边界转化为可审计、可归因于特征的信号。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Schölkopf, B., Williamson, R., Smola, A., Shawe-Taylor, J., & Platt, J. (1999). Support vector method for novelty detection. Advances in Neural Information Processing Systems, 12, 582–588. link ↗
- Lundberg, S. M., & Lee, S.-I. (2017). A unified approach to interpreting model predictions. Advances in Neural Information Processing Systems, 30. link ↗
如何引用本页
ScholarGate. (2026, June 3). Explainable One-Class Support Vector Machine. ScholarGate. https://scholargate.app/zh/machine-learning/explainable-one-class-svm
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- 自动编码器异常检测机器学习↔ compare
- 孤立森林 (Isolation Forest)机器学习↔ compare
- 局部异常因子 (LOF)机器学习↔ compare
- 单类支持向量机机器学习↔ compare