DataFrame(tsne.embedding_,index=data_zs.index) #转换数据格式 import matplotlib.pyplot as plt d=tsne[r[u'聚类类别']==0] plt.plot(d[0],d[1],'r ...
確定! 回上一頁