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
"Visualise attributes within clusters"
I'm new to data mining and would mind some input on how to display clusters and their 'contents'.
I have a dataset
test1 test2 test3 test4 testX
true false frue false false
true true etc...
I have created clusters using expectation maximisation from this and was wondering how I visualise what is in the clusters (i.e. cluster 1 has test 1,3,4; cluster 2 has test 3,4) etc.
Should I have organised my data differently? What is my next step? I'm using RapidMiner 5.
I have a dataset
test1 test2 test3 test4 testX
true false frue false false
true true etc...
I have created clusters using expectation maximisation from this and was wondering how I visualise what is in the clusters (i.e. cluster 1 has test 1,3,4; cluster 2 has test 3,4) etc.
Should I have organised my data differently? What is my next step? I'm using RapidMiner 5.
Tagged:
0
Answers
usually clusters are grouping the rows of a data set. Within RapidMiner these are called Examples. The columns of the data set are used as Attributes of these examples. These attributes are used during clustering to find the most similar examples and to group them in one cluster.
So I guess, you might need to rotate your data. If it's the case, you might use the Transpose operator to do that.
Greetings,
Sebastian