I have data in the following format:
X,Y,sim(X,Y)
That is, a list of triples, with:
Now, I want to apply some unsupervised clustering algorithm on this data. I had Weka in mind but I would gladly consider alternatives too.
There are plenty of algorithms that can work with similarity matrices:
just to name a few. As for software, I prefer ELKI, it has much much more clustering choices.