两者有区别吗,还是同一个算法叫法不同?
RandomCutForest (RCF) 是一种主要用于异常检测的无监督方法,而 RandomForest (RF) 是一种可用于回归或分类的监督方法。
对于 RCF,请参阅文档 (here) and notebook example (here)