write.SDisc(SDisc)
write.SDisc()所属R语言包:SDisc
write.SDisc
write.SDisc
译者:生物统计家园网 机器人LoveR
描述----------Description----------
For the 5 best models (by default, see nTopModel in SDisc), writes as CSV files the cluster membership matrix of the different records along with their affectation into the different clusters (see print.SDCModel). By default, SDisc performs this task and save the models.
最好的5模型(默认情况下,看到nTopModelSDisc),写入CSV文件连同他们的做作到不同的聚类(聚类隶属度矩阵的不同记录看print.SDCModel )。默认情况下,SDisc执行此任务,并保存的模型。
用法----------Usage----------
write.SDisc(x, q=NULL)
参数----------Arguments----------
参数:x
an SDisc analysis result
SDisc的的分析结果
参数:q
a NULL, numeric or character vector as provided by bestModel.
一个NULL,数字或字符向量所提供的bestModel。
(作者)----------Author(s)----------
Fabrice Colas
参见----------See Also----------
print.SDisc, SDisc,
print.SDisc,SDisc,
实例----------Examples----------
settings['Species',] <- c(NA,FALSE, NA, NA, NA, NA)
x <- SDisc(iris, settings=settings, prefix='iris')
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|