showSelected-methods(fabia)
showSelected-methods()所属R语言包:fabia
Plot Selected Statistics of a Matrix Factorization
一个矩阵分解图的选定统计数字
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function plots selected statistics on a matrix factorization which is stored as an instance of
此功能的图选择上的矩阵分解的统计,这是作为一个实例存储
用法----------Usage----------
参数----------Arguments----------
参数:object
An instance of Factorization-class.
Factorization-class实例。
参数:which
used to provide a list of which plots should be generated: 1=the information content of biclusters, 2=the information content of samples, 3=the loadings per bicluster, 4=the factors per bicluster, default c(1,2,3,4).
用于提供其中图应产生的列表:1 = 2 biclusters的信息内容信息内容的样品,3 =每4 bicluster,载荷=因素,每bicluster,默认为C的(1,2,3 ,4)。
Details
详情----------Details----------
The following is plotted depending on the display selection variable which:
以下是绘制在显示屏上选择变量which:
the information content of biclusters.
信息biclusters内容。
the information content of samples.
样品的信息内容。
the loadings per bicluster.
每bicluster的负荷。
the factors per bicluster.
因素每bicluster。
值----------Value----------
参数:
no value.
没有任何价值。
方法----------Methods----------
signature(object="Factorization") Display Statistics of a Matrix Factorization
signature(object="Factorization")显示了矩阵分解统计
作者(S)----------Author(s)----------
Sepp Hochreiter
参见----------See Also----------
fabia, fabias, fabiap, fabi, fabiasp, mfsc, nmfdiv, nmfeu, nmfsc, plot, extractPlot, extractBic, plotBicluster, Factorization, projFuncPos, projFunc, estimateMode, makeFabiaData, makeFabiaDataBlocks, makeFabiaDataPos, makeFabiaDataBlocksPos, matrixImagePlot, summary, show, showSelected, fabiaDemo, fabiaVersion
fabia,fabias,fabiap,fabi,fabiasp,mfsc,nmfdiv,nmfeu,nmfsc,plot,extractPlot,extractBic,plotBicluster,Factorization,projFuncPos,projFunc,estimateMode ,makeFabiaData,makeFabiaDataBlocks,makeFabiaDataPos,makeFabiaDataBlocksPos,matrixImagePlot,summary,show,showSelected fabiaDemo,fabiaVersion
举例----------Examples----------
#---------------[---------------]
# TEST[试验]
#---------------[---------------]
dat <- makeFabiaDataBlocks(n = 100,l= 50,p = 3,f1 = 5,f2 = 5,
of1 = 5,of2 = 10,sd_noise = 3.0,sd_z_noise = 0.2,mean_z = 2.0,
sd_z = 1.0,sd_l_noise = 0.2,mean_l = 3.0,sd_l = 1.0)
X <- dat[[1]]
resEx <- fabia(X,3,0.01,100)
showSelected(resEx,which=1)
showSelected(resEx,which=2)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|