What does the sklearn PCA to the input array when when the number of components is choose to be the same?

后端 未结 0 827
野趣味
野趣味 2020-12-08 23:34

for example we have:

from sklearn.decomposition import PCA
import numpy as np 

xx = np.array([[-1, -1], [-2, -1], [-3, -2], [1, 1], [2, 1], [3, 2]])
pca = PC         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题