Zoo(seriation)
Zoo()所属R语言包:seriation
Zoo database
动物园数据库
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A database containing characteristics of different animals. The database was created and donated by Richard S. Forsyth.
数据库包含不同动物的特征。数据库的创建和捐赠的理查德·福赛思。
用法----------Usage----------
data("Zoo")
格式----------Format----------
A data frame with 101 observations on the following 17 variables.
101以下17个变量的观察数据框。
hair{0, 1}
hair{0,1}
feathers{0, 1}
feathers{0,1}
eggs{0, 1}
eggs{0,1}
milk{0, 1}
milk{0,1}
airborne{0, 1}
airborne{0,1}
aquatic{0, 1}
aquatic{0,1}
predator{0, 1}
predator{0,1}
toothed{0, 1}
toothed{0,1}
backbone{0, 1}
backbone{0,1}
breathes{0, 1}
breathes{0,1}
venomous{0, 1}
venomous{0,1}
fins{0, 1}
fins{0,1}
legsNumeric (set of values: {0, 2, 4, 5, 6, 8})
legs数值(设定值:{0,2,4,5,6,8})
tail{0, 1}
tail{0,1}
domestic{0, 1}
domestic{0,1}
catsize{0, 1}
catsize{0,1}
classa factor with levels amphibian bird fish insect invertebrate mammal reptile
class的一个因素水平amphibianbirdfishinsectinvertebratemammalreptile
源----------Source----------
D.J. Newman, S. Hettich, C.L. Blake and C.J. Merz (1998): UCI Repository of machine learning databases, http://www.ics.uci.edu/~mlearn/MLRepository.html, University of California, Irvine, Dept. of Information and Computer Sciences.
D.J.纽曼,S.海蒂诗,C.L.布雷克和CJ梅尔茨(1998):UCI机器学习数据库的存储库,http://www.ics.uci.edu/~mlearn / MLRepository.html,美国加州大学欧文分校,信息与计算机科学系。
实例----------Examples----------
data("Zoo")
x <- scale(Zoo[, -17])
d <- dist(x)
pimage(d)
order <- seriate(d, method = "tsp")
pimage(d, order)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|