as.memb(vegclust)
as.memb()所属R语言包:vegclust
Turns into membership matrix
变成隶属度矩阵
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Attempts to turn its cluster vector argument into a membership matrix
试图把它的聚类成隶属度矩阵向量参数
用法----------Usage----------
as.memb(cluster)
参数----------Arguments----------
参数:cluster
A vector indicating the hard membership of each object in x to a set of groups. Can contain NA values.
一个向量表明该硬盘x一套班子成员中的每个对象的。可以包含NA值。
值----------Value----------
An matrix with as many rows as the length of cluster and as many columns as different cluster levels. NA values will have zero membership to all clusters
矩阵与多行的长度cluster和多列不同的聚类水平。 NA值将零到所有聚类成员
(作者)----------Author(s)----------
Miquel De C谩ceres, Forest Science Center of Catalonia.
参见----------See Also----------
vegclust, vegclass
vegclust,vegclass
实例----------Examples----------
as.memb(factor(c(1,2,NA)))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|