R语言进行集成学习算法:随机森林
创始人
2024-12-27 01:35:58
0
# 10.4 集成学习及随机森林 # 导入car数据集 car <- read.table("data/car.data",sep = ",") # 对变量重命名 colnames(car) <- c("buy","main","doors","capacity",                    "lug_boot","safety","accept") # 随机选取75%的数据作为训练集建立模型,25%的数据作为测试集用来验证模型 library(caret) library(ggplot2) library(lattice) # 构建训练集的下标集 ind <- createDataPartition(car$accept,times=1,p=0.75,list=FALSE)  # 构建测试集数据好训练集数据 carTR <- car[ind,] carTE <- car[-ind,] carTR<- within(carTR,accept <- factor(accept,levels=c("unacc","acc","good","vgood"))) carTE<- within(carTE,accept <- factor(accept,levels=c("unacc","acc","good","vgood")))   # 使用adabag包中的bagging函数实现bagging算法 #install.packages("adabag") library(adabag) bagging.model <- bagging(accept~.,data=carTR)  # 使用adabag包中的boosting函数实现boosting算法 boosting.model <- boosting(accept~.,data=carTR)  # 使用randomForest包中的randomForest函数实现随机森林算法 #install.packages("randomForest") library(randomForest) randomForest.model <- randomForest(accept~.,data=carTR,ntree=500,mtry=3)  # 预测结果,并构建混淆矩阵,查看准确率 # 构建result,存放预测结果 result <- data.frame(arithmetic=c("bagging","boosting","随机森林"),                      errTR=rep(0,3),errTE=rep(0,3)) for(i in 1:3){   # 预测结果   carTR_predict <- predict(switch(i,bagging.model,boosting.model,randomForest.model),                            newdata=carTR) # 训练集数据   carTE_predict <- predict(switch(i,bagging.model,boosting.model,randomForest.model),                            newdata=carTE) # 测试集数据   # 构建混淆矩阵   tableTR <- table(actual=carTR$accept,                    predict=switch(i,carTR_predict$class,carTR_predict$class,carTR_predict))   tableTE <- table(actual=carTE$accept,                    predict=switch(i,carTE_predict$class,carTE_predict$class,carTE_predict))   # 计算误差率   result[i,2] <- paste0(round((sum(tableTR)-sum(diag(tableTR)))*100/sum(tableTR),                               2),"%")   result[i,3] <- paste0(round((sum(tableTE)-sum(diag(tableTE)))*100/sum(tableTE),                               2),"%") } # 查看结果 result 

相关内容

热门资讯

必备攻略!微信微乐游戏辅助器-... 必备攻略!微信微乐游戏辅助器-是真的有外挂(辅助)app(有挂辅助)是一款可以让一直输的玩家,快速成...
揭秘一下!边锋干瞪眼ios辅助... 揭秘一下!边锋干瞪眼ios辅助微信(了解辅助插件)原来有透视手段揭秘一下!边锋干瞪眼ios辅助微信(...
2分钟辅助!pokemomo辅... 2分钟辅助!pokemomo辅助软件,wpk插件,详细教程(真实有挂)1、在pokemomo辅助软件...
一起来探讨!陕西扣点点脚本辅助... 《一起来探讨!陕西扣点点脚本辅助器-是真的有外挂(辅助)下载(有挂讲解)》 陕西扣点点脚本辅助器软件...
必备攻略!乐玩游戏辅助工具(辅... 必备攻略!乐玩游戏辅助工具(辅助辅助器)真是有透视模块1、完成乐玩游戏辅助工具有辅助插件,帮助玩家取...
1分钟辅助!wepoker透视... 1分钟辅助!wepoker透视功能下载,wepoker国外版透视,详细教程(有挂存在)1、很好的工具...
终于知道!789大菠萝攻略-有... 终于知道!789大菠萝攻略-有外挂(辅助)神器(有挂功能);789大菠萝攻略是一种具有地方特色的麻将...
2分钟细说!鸿狐拼十辅助(详情... 2分钟细说!鸿狐拼十辅助(详情辅助神器)竟然有透视教材该软件可以轻松地帮助玩家将鸿狐拼十辅助外卦神器...
第1分钟辅助!hhpoker作... 第1分钟辅助!hhpoker作弊码怎么用,wpk辅助软件,详细教程(有挂教程)1、实时hhpoker...
盘点几款!wepoker怎么买... 您好,wepoker怎么买辅助这款游戏可以开挂的,确实是有挂的,需要了解加微【136704302】很...