from sklearn.manifold import LocallyLinearEmbedding lle = LocallyLinearEmbedding ( n_components = 2 , n_neighbors = 10 ) X_reduced = lle ...
確定! 回上一頁