I am trying to implement ROCK algorithm in JAVA. It is used to cluster categorical data.
I have like N statements that are to be clustered.
This is a good example of this algorithm:
faculty.ksu.edu.sa/ykhlef/mscThesis/clustering-P1.ppt
I have coded till number of links for each cluster.
But I cannot understand how to store these clusters ?
Each cluster will be associated with a Goodness measure.
How can I store the cluster as well as the measure together ?
Please help!