利用python實現PCA降維(採用SVD的方法): 1 from numpy import linalg as la 2 ... 一種經典的降維方法: 線性判別分析(Linear Discriminant Analysis, 以下簡稱LDA).
確定! 回上一頁