from sklearn.manifold import TSNE tsne = TSNE(perplexity=30, n_components=2, init='pca', n_iter=5000). 在低维空间下,使用更加偏重长尾分布的 ...
確定! 回上一頁