How to interpret the result of PCA biplot
19 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
shagun chaudhary
el 2 de Oct. de 2021
Respondida: Pratyush Roy
el 5 de Oct. de 2021
hi,
I am very new to PCA, I wanted to understand the result of my PCA biplot attached below, is there any corelation between b,d,iav,imax ,are they corelated in any way with each other, I will be extremely grateful if someone could help me in this.
Thanks anyway!
0 comentarios
Respuesta aceptada
Pratyush Roy
el 5 de Oct. de 2021
Hi Shagun,
The following documentation link might be helpful to interpret the result of PCA biplot:
You can refer to the section under the biplot command in the documentation page for more details:
biplot(coeff(:,1:2),'scores',score(:,1:2),'varlabels',{'v_1','v_2','v_3','v_4'});
Hope this helps!
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!