找回密码
 注册
查看: 499|回复: 0

R语言 pcaMethods包 nipalsPca()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-26 10:50:07 | 显示全部楼层 |阅读模式
nipalsPca(pcaMethods)
nipalsPca()所属R语言包:pcaMethods

                                        NIPALS PCA
                                         NIPALS主成分分析

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

PCA by non-linear iterative partial least squares
PCA的非线性迭代偏最小二乘


用法----------Usage----------





参数----------Arguments----------

参数:Matrix
Pre-processed (centered, scaled) numerical matrix samples in rows and variables as columns.
预先处理(中心)的数值,缩放矩阵行和列作为变量样品。


参数:nPcs
Number of components that should be extracted.
应提取的元件数目。


参数:varLimit
Optionally the ratio of variance that should be explained. nPcs is ignored if varLimit < 1
可选的方差的比率,应加以解释。 nPcs被忽略如果varLimit <1


参数:maxSteps
Defines how many iterations can be done before algorithm should abort (happens almost exclusively when there were some wrong in the input data).
定义算法之前做了多少次迭代可以中止(几乎完全发生时,有一些输入数据错误)。


参数:threshold
The limit condition for judging if the algorithm has converged or not, specifically if a new iteration is done if (T_{old} - T)^T(T_{old} - T) > \code{limit}.
的判断,如果该算法收敛与否,特别是如果一个新的迭代完成的限制条件,如果(T_{old} - T)^T(T_{old} - T) > \code{limit}。


参数:...
Only used for passing through arguments. </table>
仅用于通过参数传递。 </ TABLE>


Details

详情----------Details----------

Can be used for computing PCA on a numeric matrix using either the NIPALS algorithm which is an iterative approach for estimating the principal components extracting them one at a time. NIPALS can handle a small amount of missing values. It is not recommended to use this function directely but rather to use the pca() wrapper
可用于计算PCA的数字矩阵使用NIPALS算法是一个迭代的方法估算的主要成分,提取他们在一次。的NIPALS可以处理少量的遗漏值。这是不建议使用此功能directely而是使用PCA()包装


值----------Value----------

A pcaRes object.
一个pcaRes对象。


作者(S)----------Author(s)----------


Henning Redestig



参考文献----------References----------

related models by iterative least squares. In Multivariate

参见----------See Also----------

prcomp, princomp, pca
prcomp,princomp,pca


举例----------Examples----------


mat <- prep(t(metaboliteData))
pc <- nipalsPca(mat, nPcs=2)
## better use pca()[#更好地利用PCA()]
pc <- pca(t(metaboliteData), method="nipals", nPcs=2)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-2-1 21:53 , Processed in 0.021305 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表