Getting same values for first column of kernel-PCA
조회 수: 9 (최근 30일)
이전 댓글 표시
So I have a dataset of 36 features x 57 observations
For some reason, I'm getting the exact same value in the first principle component. Just a line of code:
projected_data = kernelpca_tutorial(handles.all_data, 3);
Anyone else run into this issue?
댓글 수: 0
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!