Read the help for SVD, particularly the economy SVD.
Why is pca() faster than svd()?
5 次查看(过去 30 天)
显示 更早的评论
"By default, pca centers the data and uses the singular value decomposition (SVD) algorithm."
If this is the case, why does svd(X) take much longer than pca(X)?
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!