필터 지우기
필터 지우기

How to interpret the result of PCA biplot

조회 수: 21 (최근 30일)
shagun chaudhary
shagun chaudhary 2021년 10월 2일
답변: Pratyush Roy 2021년 10월 5일
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!

채택된 답변

Pratyush Roy
Pratyush Roy 2021년 10월 5일
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개)

카테고리

Help CenterFile Exchange에서 Dimensionality Reduction and Feature Extraction에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by