The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
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.