Why is pca() faster than svd()?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Evan
el 22 de Mayo de 2017
Respondida: John D'Errico
el 22 de Mayo de 2017
"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 comentarios
Respuesta aceptada
John D'Errico
el 22 de Mayo de 2017
Read the help for SVD, particularly the economy SVD.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Dimensionality Reduction and Feature Extraction en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!