PCA試圖找到資料集中最大方差的正交成分軸,而LDA的目標是尋找和優化具有可分性的特徵子空間。 import pandas as pd from sklearn.model_selection ...
確定! 回上一頁