Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
Cluster Interaction
brunonbrasil
Member Posts: 8 Contributor II
in Help
hi!
I have tasks in certain clusters, these tasks interact with other tasks, thus forming interaction between clusters. Example: cluster A and B form an interaction or cluster B, C and D form another interaction. Is there any method in the rapidminer that forms groups or new cluster clusters initially identified, and is there any method of evaluating the interaction of clusters, that is, the precision with confusion matrix?
I have tasks in certain clusters, these tasks interact with other tasks, thus forming interaction between clusters. Example: cluster A and B form an interaction or cluster B, C and D form another interaction. Is there any method in the rapidminer that forms groups or new cluster clusters initially identified, and is there any method of evaluating the interaction of clusters, that is, the precision with confusion matrix?
Tagged:
0
Answers
Mmmhh, the confusion matrix is a performance indicator dedicated to supervised learning : It means that your training set contains a known label (target).
Clustering belongs to unsupervised learning, thus there is no known label in your training set and thus a confusion matrix can not be calculated in such case.
You could maybe elaborate what you are trying to do and explain explicitly the notion called "interaction of clusters".
Regards,
Lionel
I already used matrix confusion for clustering, I have a label on the predefined clusters for each sentence and then I ran in the rapidminer with the matrix confusion and got the desired results.