Machine learningEnsemble
ボルダカウント集約
ボルダカウントは、複数の分類器からの順位付けされた予測を、順位に基づいて点数を割り当てることで結合する選好集約手法です。各分類器は可能な結果を順位付けし、各クラスは順位に反比例する点数を受け取ります。最も高い合計点数を持つクラスが選択されます。元々はフランスの数学者ジャン=シャルル・ド・ボルダによって1781年に提案されたこの手法は、アンサンブル学習においてソフト予測と順位付けされた出力を集約するために応用されてきました。
手法の全文を読む
会員限定
ログイン無料アカウントでログインすると、このセクションを読めます。
Method map
The neighbourhood of related methods — select a node to explore.
出典
- Borda, J. C. de (1781). Mémoire sur les élections au scrutin. Histoire de l'Académie Royale des Sciences. link ↗
- Dwork, C., Kumar, R., Naor, M., & Sivakumar, D. (2001). Rank aggregation methods for the web. Proceedings of the 10th International Conference on World Wide Web, 613-622. DOI: 10.1145/371920.372165 ↗
このページの引用方法
ScholarGate. (2026, June 3). Borda Count Ensemble Aggregation. ScholarGate. https://scholargate.app/ja/ensemble-learning/borda-count-aggregation
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.
- 多数決 (Majority Voting)アンサンブル学習↔ compare
- スタックド一般化(Stacked Generalization)アンサンブル学習↔ compare
- 加重投票意思決定↔ compare