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), pp. 413–422. DOI: 10.1109/ICDM.2008.17 ↗
- Tan, S. C., Ting, K. M., & Liu, T. F. (2011). Fast Anomaly Detection for Streaming Data. In Proceedings of the 22nd International Joint Conference on Artificial Intelligence (IJCAI), pp. 1511–1516. link ↗
このページの引用方法
ScholarGate. (2026, June 3). Online Isolation Forest (Streaming Anomaly Detection with Isolation Trees). ScholarGate. https://scholargate.app/ja/machine-learning/online-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
- アイソレーションフォレスト機械学習↔ compare
- One-Class SVM機械学習↔ compare
- オンライン学習機械学習↔ compare
- オンラインランダムフォレスト機械学習↔ compare
- Semi-supervised Isolation Forest機械学習↔ compare