I am using python sklearn.cluster to do clustering. I only have 225 data and each data is of dimension 250. Now I want to plot the resultant clusters. I tried to use the method introduced in Plot multi-dimension cluster to 2D plot python, but because in this answer matplotlib.mlab.PCA is used so I got the error
we assume data in a is organized with numrows>numcols
Now I don't know how to plot my clusters with so high dimensions and make it easy and intuitive to visualize. Any idea is appreciated. Thanks in advance.
