show-methods(fabia)
show-methods()所属R语言包:fabia
Plot Statistics of a Matrix Factorization
一个矩阵分解积统计
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function plots statistics on a matrix factorization which is stored as an instance of
此功能的图上的矩阵分解的统计,这是作为一个实例存储
用法----------Usage----------
参数----------Arguments----------
参数:object
An instance of Factorization-class .
Factorization-class实例。
Details
详情----------Details----------
The following is plotted:
以下是绘制:
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)
show(resEx)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|