Rgen(RMallow)
Rgen()所属R语言包:RMallow
Initialize sequence modes for the clustering process.
初始化序列模式聚类过程。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Initialize sequence modes for the clustering process.
初始化序列模式聚类过程。
用法----------Usage----------
Rgen(G, hyp = NULL, abils)
参数----------Arguments----------
参数:G
number of cluster centers, including the hypothesis if provided
聚类中心,包括假设,如果提供
参数:hyp
a single sequence of length abils to initialize one of the cluster centers
一个单一的序列长度abils来初始化聚类中心之一
参数:abils
number of items being ranked
一些项目被评为
值----------Value----------
A list of G cluster centers, each of length abils
G的聚类中心,每个的长度abils的列表
(作者)----------Author(s)----------
Erik Gregory
实例----------Examples----------
Rgen(3, 1:5, 5)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|