码迷,mamicode.com
首页 > 其他好文 > 详细

R abalone data set

时间:2017-01-07 07:50:48      阅读:211      评论:0      收藏:0      [点我收藏+]

标签:span   lan   height   weight   target   表头   com   数据   names   

#鲍鱼数据集
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

标签:span   lan   height   weight   target   表头   com   数据   names   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!