I have a pretty big 5868 x 5868 matrix of users vs users that have values that indicate similar behavior. So for example the [i,j] cell of user X and user Y would be some value like 10 if they did the same things 10 times, and 1 if they did the same things 1 time.
I tried running the cophenetic distances algorithm on SO and this is what I get, and I'm at a loss to see how one can go about picking apart this data more effectively.
Any thoughts or ideas would be greatly appreciated!