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.
"export clusteranalysis results"
hi
ive created a clusteranalysis output, which i would love to export into some kind of parsable format, preferably xml or csv.
The produced .ioo and .md files are cryptic, so i cant use them. How can i export the results?
thx for the help
ive created a clusteranalysis output, which i would love to export into some kind of parsable format, preferably xml or csv.
The produced .ioo and .md files are cryptic, so i cant use them. How can i export the results?
thx for the help
Tagged:
0
Answers
i am not sure what do you mean exactly but maybe this example will answer your question: Ciao Sebastian
instance pool at the beginning is 200
at the end ive a result with 5 clusters and each cluster contains 40 instances (hypothetically).
Now i want an export of that data. As a Csv for example:
Cluster 0;Cluster 1;Cluster 2;Cluster3;Cluster 4
instance#1;instance#144;instance#12;instance#11;instance#17
instance#6;instance#111;instance#122;instance#113;instance#167
instance#88;...
Or any other output which is written into a file that i can read from (parse)
to write any output to a file/database/... just use the Write ... operators.
The format
Cluster 0;Cluster 1;Cluster 2;Cluster3;Cluster 4
instance#1;instance#144;instance#12;instance#11;instance#17
instance#6;instance#111;instance#122;instance#113;instance#167
instance#88;...
does not make much sense because the single rows got meaningless. Also the clusters could have different sizes so that Cluster 0 hat 10 rows and Cluster 1 has 100.
What you can do is to filter by the clusters and then write the result to a file (eg. csv)
I hope I could help,
Ciao Sebastian
I was too much focused on the menu entries and view toolbars. Thanx for the help i will put it into good use.
Nevertheless, this method is a little bit misleading, because its not intuitive. You would expect such an export function at the result view or such. And as i can tell by a first glance, the menu does neither provide that functionality. Also the manual seems to have no information on that topic.
greez