Hello, To my understanding from the book, ClusterDumper tool can be used to get the top features of each cluster and the centroid vector. However, I have a dataset with manual labels on it. I would like to evaluate the clusters based on the manual labels to calculate accuracy of clustering (set the majority label of each cluster as its class and calculate TP/FP rates). Is there a way to understand which instance belongs to which cluster so that I can compute the accuracy?
Thanks
