Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
prcomp我已经使用R中的函数对我的数据应用了 PCA 。
prcomp
此函数返回以下内容:
我的问题是:例如,在选择两个主成分后,如何重建数据的简化版本?
使用旋转矩阵在 PCA 和“正常”空间之间来回切换。只需仔细查看您最喜欢的多元统计书籍中 PCA 章节中的矩阵代数即可。要截断(或减少)您的数据集,只需将旋转矩阵限制为您想要的 PC 轴,例如前两个。