Machine learningMachine learning
在线投票集成
在线投票集成(Online Voting Ensemble)是一种增量式集成方法,它维护一个基础分类器池——每个分类器都在持续到达的数据上进行更新——并通过加权或不加权多数投票来组合它们的预测。该方法专为数据流设计,能够适应非平稳分布而无需从头开始重新训练,因此非常适合数据按顺序到达且可能发生概念漂移的实时分类任务。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Oza, N. C., & Russell, S. (2001). Online bagging and boosting. In Proceedings of the Eighth International Workshop on Artificial Intelligence and Statistics (AISTATS 2001), pp. 229–236. link ↗
- Bifet, A., Holmes, G., Pfahringer, B., Kirkby, R., & Gavaldà, R. (2009). New ensemble methods for evolving data streams. In Proceedings of the 15th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, pp. 139–148. DOI: 10.1145/1557019.1557041 ↗
如何引用本页
ScholarGate. (2026, June 3). Online Voting Ensemble (Incremental Majority-Vote Ensemble for Data Streams). ScholarGate. https://scholargate.app/zh/machine-learning/online-voting-ensemble
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.
- 在线Bagging机器学习↔ compare
- 在线提升 (Online Boosting)机器学习↔ compare
- 在线学习机器学习↔ compare
- 在线随机森林机器学习↔ compare
- 半监督投票集成机器学习↔ compare
- 投票集成 (Voting Ensemble)机器学习↔ compare