Mallows(RMallow)
Mallows()所属R语言包:RMallow
Fits a Multi-Modal Mallows' model to ranking data.
适用于多模态锦葵排名数据“的模式。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Fits the Multi-Modal Mallows' model to partial or full ranking data, using Kendall's metric and an EM algorithm. This is essentially metric sequence clustering.
适用于多模态锦葵部分或全部排名数据模型,采用Kendall的度量和EM算法。这本质上是公制的顺序分析和聚类分析。
用法----------Usage----------
Mallows(datas, G, iter = 10, hyp = NULL,
plot.like = FALSE)
参数----------Arguments----------
参数:datas
Matrix of partial or fully-ranked data.
的部分或充分排名数据矩阵。
参数:G
Number of modes, 2 or greater.
模式,2或更大的数。
参数:iter
Maximum number of iterations.
最大迭代次数。
参数:hyp
Hypothesis sequence vector, to initialize one of the cluster centers at.
假设序列向量,初始化一个聚类中心。
参数:plot.like
Should the likelihood be printed at each iteration?
被印在每一次迭代的可能性?
值----------Value----------
See output of FormatOut
输出FormatOut
(作者)----------Author(s)----------
Erik Gregory
参考文献----------References----------
Thomas Brendan Murphy & Donal Martin. 1 April 2002. Computational Statistics & Data Analysis 41 (2003) 645-655.
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|