用于randomForest分类的代码格式

时间:2018-10-07 22:20:44

标签: r random-forest

在两门在线课程中,他们编写了如下代码:

randomForest(x = response, y = independent)

但是我更愿意做以下事情:

randomForest(response ~ ., data = data.frame)

有什么区别吗?无论哪种方式,我都得到相同的结果,但只是想检查一下我是否在学习错误的方法。

0 个答案:

没有答案