Machine learningMachine learning
集成孤立森林
集成孤立森林训练多个孤立森林模型——每个模型使用不同的随机种子、子采样率或污染参数——并结合它们的异常分数,以产生更稳定、更鲁棒的异常排序。通过对多个独立的孤立森林进行平均或聚合,该方法降低了任何单个森林固有的方差,并在复杂或高维数据上产生更可靠的异常值检测。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Liu, F. T., Ting, K. M., & Zhou, Z.-H. (2008). Isolation Forest. In Proceedings of the 8th IEEE International Conference on Data Mining (ICDM 2008), pp. 413–422. IEEE. DOI: 10.1109/ICDM.2008.17 ↗
- Isolation Forest. Wikipedia. link ↗
如何引用本页
ScholarGate. (2026, June 3). Ensemble Isolation Forest (Meta-Ensemble Anomaly Detection). ScholarGate. https://scholargate.app/zh/machine-learning/ensemble-isolation-forest
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
- 单类支持向量机机器学习↔ compare
- 随机森林机器学习↔ compare
- 投票集成 (Voting Ensemble)机器学习↔ compare