1
vote
3answers
198 views

Metric and Clustering Method

I need some suggestions regarding what kind of metric and clustering analysis I should use. I read a lot of posts but didn't get any hints about this type of data. I have a 3000*5000 matrix, where ...
5
votes
2answers
612 views

Visualizing multi-dimensional data (LSI) in 2D

I'm using latent semantic indexing to find similarities between documents (thanks, JMS!) After dimension reduction, I've tried k-means clustering to group the documents into clusters, which works ...