会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
aongao
管理
2017年10月14日
iris数据集预测
摘要: iris数据集预测(对比随机森林和逻辑回归算法) 随机森林 library(randomForest) #挑选响应变量 index <- subset(iris,Species != "setosa")ir <- droplevels(index) set.seed(1) ind<-sample(2
阅读全文
posted @ 2017-10-14 10:25 aongao
阅读(684)
评论(0)
推荐(0)
公告