首页 > 其他 > 详细

R abalone data set

时间:2017-01-07 07:50:29      阅读:217      评论:0      收藏:0      [点我收藏+]
#鲍鱼数据集
aburl <- http://archive.ics.uci.edu/ml/machine-learning-databases/abalone/abalone.data abnames <- c(sex,length,diameter,height,weight.w,weight.s,weight.v,weight.sh,rings) abalone <- read.table(aburl, header = F , sep = ,, col.names = abnames)
#另一种表头
aburl <- http://archive.ics.uci.edu/ml/machine-learning-databases/abalone/abalone.data abnames <- c(Gender,Length,Diameter,Height,WholeWt,ShuckedWt,ViscWt,ShellWt,Rings) abalone <- read.table(aburl, header = F , sep = ,, col.names = abnames)

 

abalone.data.rar

R abalone data set

原文:http://www.cnblogs.com/aipeli/p/6258084.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!