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
"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