there is a dataset in excel containing some labels in column A(I call it cluster label) and some attributes in column B(I call them cluster component). These data show the best clustering result.

But I don't know how to compute recall and precision of other clustering method using these data in rapidminer!

can anybody help me?

link|improve this question
feedback

1 Answer

The following link gives an example of using the RapidMiner operator "Map Clustering on Labels". This maps known cluster labels to the cluster allocated by the clustering algorithm. From this, the output can be used to create a confusion matrix where precision and recall can be determined.

Hope it helps...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.