photo

Liz Hahn


Actif depuis 2012

Followers: 0   Following: 0

Message

Statistiques

  • First Review
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
reconstructing image that has been decompposed using svd
If I set data as my input image %svd: [u,s,v] = svd(data) data_new1 = u*s*v'; %pca [coef,score] = pca(data); data_new2 = (...

environ 12 ans il y a | 0

Réponse apportée
reconstructing image that has been decompposed using svd
So A will be my image in principal component axis?

environ 12 ans il y a | 0

Question


princomp and svd are different?
Hello, Im doing pca using princomp and svd. Here what I can conclude: princomp do pca of centered data and will be equal to svd...

environ 12 ans il y a | 1 réponse | 0

0

réponse