ruspini(cluster)
ruspini()所属R语言包:cluster
Ruspini Data
ruspini数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The Ruspini data set, consisting of 75 points in four groups that is popular for illustrating clustering techniques.
Ruspini数据集,包括75分四组,是流行的集群技术说明。
用法----------Usage----------
格式----------Format----------
A data frame with 75 observations on 2 variables giving the x and y coordinates of the points, respectively.
与75 2给予的x和y坐标点,分别为变量的观测数据框。
源----------Source----------
E. H. Ruspini (1970): Numerical methods for fuzzy clustering. Inform. Sci., 2, 319–350.
高血压Ruspini(1970):模糊聚类分析的数值方法。通知。 ,2,319-350。
参考文献----------References----------
Clustering in an Object-Oriented Environment. Journal of Statistical Software, 1. http://www.stat.ucla.edu/journals/jss/
举例----------Examples----------
data(ruspini)
## Plot similar to Figure 4 in Stryuf et al (1996)[#绘制类似于图4在Stryuf等(1996)]
## Not run: plot(pam(ruspini, 4), ask = TRUE)[#无法运行图(PAM(ruspini,4),问= TRUE)]
## Plot similar to Figure 6 in Stryuf et al (1996)[#绘制类似于图6中Stryuf等(1996)]
plot(fanny(ruspini, 5))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|