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
Import Excel
Hi there,
I want to start a cluster analysis and put some random animals into different clusters. I startet of by finding some general similarities between a set of animals. Now that I come though the running process, the k-means Cluster is not showing the names of the animals, just some numerical value. I guess the cause of this problem is the first column in my RM Table. That one I didn't put in the original Excel. How can I get rid of the first column??
Thank you for ur help!
Tagged:
0
Answers
The first column shown as "Row No." is always there as this is the Row ID for vizualisation purposes and has no impact in your analysis. Therefore you can't remove it.
The Operator to remove columns is called " Select Attributes"
If you click on a Operator you can open under help as well example processes/turorials. This might help you to set up the clustering.
One option could be to add a label column. you could try to add the "Animal column" as label to the clustering, therefore use the "set role" operator
then it would similar to this:
Or you could create sth like this:
first column: Cluster
second column: Animals in Cluster
third column: count
similar to the output of the tutorial process.
don't get confused by the Row No. it has nothing to do with the results