stat.diag.da(WGCNA)
stat.diag.da()所属R语言包:WGCNA
Diagonal Discriminant Analysis
对角线判别分析
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function implements a simple Gaussian maximum likelihood discriminant rule, for diagonal class covariance matrices.
此功能实现了一个简单的高斯最大似然判别规则,协方差矩阵为对角类。
用法----------Usage----------
stat.diag.da(ls, cll, ts, pool=1)
参数----------Arguments----------
参数:ls
learning set data matrix, with rows corresponding to cases (i.e., mRNA samples) and columns to predictor variables (i.e., genes).
学习集数据矩阵,行对应的情况下(即mRNA样品)和列预测变量(即基因)。
参数:cll
class labels for learning set, must be consecutive integers.
学习组类的标签,必须是连续的整数。
参数:ts
test set data matrix, with rows corresponding to cases and columns to predictor variables.
测试集矩阵数据,对应的预测变量的箱子和列与行。
参数:pool
logical flag. If pool=1, the covariance matrices are assumed to be constant across classes and the discriminant rule is linear in the data. If pool=0, the covariance matrices may vary across classes and the discriminant rule is quadratic in the data.
逻辑标志。如果pool=1,协方差矩阵被认为是恒定的类和判别是线性的数据。如果pool=0,协方差矩阵可能会有所不同跨类的判别规则是二次的数据的。
值----------Value----------
List containing the following components
列出含有下列成分的
参数:pred
vector of class predictions for the test set.
测试集的类的预测向量。
(作者)----------Author(s)----------
Sandrine Dudoit, <a href="mailto:sandrine@stat.berkeley.edu">sandrine@stat.berkeley.edu</a> <br>
Jane Fridlyand, <a href="mailto:janef@stat.berkeley.edu">janef@stat.berkeley.edu</a>
参考文献----------References----------
Discrimination Methods for the Classification of Tumors Using Gene
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|