PCA is fundamentally a dimensionality reduction algorithm, but it can also be ... from sklearn.decomposition import PCA pca = PCA(n_components=2) pca.fit(X).
確定! 回上一頁