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
[SOLVED] Problem by Sorting the Results
ehsanovsky
Member Posts: 2 Contributor I
Hi every body
I have some problems about sorting the results. I have a classification problem with a polynomial class attribute (A, B, C, D, E, F,...)
There is no problem in classification process, but the classification performance operator produces an unsorted confusion matrix, i.e columns and rows are not in an alphabetical order and it looks like a random order (D, F, A, C, B, E, ...). I have the same problem when I use Plot View to produce bar charts and the order is not alphabetical.
Do you know what is wrong and how can I solve this problem?
Thanks a lot
I have some problems about sorting the results. I have a classification problem with a polynomial class attribute (A, B, C, D, E, F,...)
There is no problem in classification process, but the classification performance operator produces an unsorted confusion matrix, i.e columns and rows are not in an alphabetical order and it looks like a random order (D, F, A, C, B, E, ...). I have the same problem when I use Plot View to produce bar charts and the order is not alphabetical.
Do you know what is wrong and how can I solve this problem?
Thanks a lot
0
Answers
the problem here is that the internal nominal mapping of RapidMiner doesn't know anything about alphabetical ordering. In the following thread someone posted a solution to your problem: http://rapid-i.com/rapidforum/index.php/topic,5297.0.html
Best, Marius
That was perfect and it solved my problem
Best,
Ehsan