1. 学ぶ
  2. /
  3. コース
  4. /
  5. Introduction to Anomaly Detection in R

Connected

演習

Fit and predict with an isolation tree

The two most important functions to know when fitting an isolation tree are iForest() to fit and predict() to generate an isolation score. In this exercise, you'll use these two functions to explore isolated points in the wine data set.

指示1 / 3

undefined XP
    1
    2
    3
  • Fit a single isolation tree to the wine data.