Machine learningMachine learning
オンライン決定木
オンライン決定木は、過去の例を再訪することなく、連続するデータストリームから段階的に成長する決定木です。支配的なアルゴリズムであるHoeffding Tree(VFDT)は、ノードで十分な例が観測されたかどうかを自信を持って分割するためにHoeffdingバウンドを使用し、無限の可能性のあるデータストリームでのスケーラブルなリアルタイム分類を可能にします。
手法の全文を読む
会員限定
ログイン無料アカウントでログインすると、このセクションを読めます。
Method map
The neighbourhood of related methods — select a node to explore.
出典
- Domingos, P., & Hulten, G. (2000). Mining very fast data streams. In Proceedings of the 6th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (pp. 71–80). ACM. link ↗
- Hulten, G., Spencer, L., & Domingos, P. (2001). Mining time-changing data streams. In Proceedings of the 7th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (pp. 97–106). ACM. DOI: 10.1145/502512.502529 ↗
このページの引用方法
ScholarGate. (2026, June 3). Online Decision Tree (Incremental / Streaming Decision Tree Learning). ScholarGate. https://scholargate.app/ja/machine-learning/online-decision-tree
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
- オンライン勾配ブースティング機械学習↔ compare
- オンライン学習機械学習↔ compare
- オンラインナイーブベイズ機械学習↔ compare
- オンラインランダムフォレスト機械学習↔ compare
- 半教師あり決定木機械学習↔ compare