Agglomerative Clustering

pvelando
pvelando New Altair Community Member
edited November 2024 in Community Q&A
Hi,

I would like to export the resulting model of operator "Clustering (Agglomerative Clustering)". The tree structure that the system generates contains interesting info but needs to be analyzed manually. Would like to export the resulting model to excel or similar.

Any idea or hint would be very welcome. Thanks in advance
Tagged:

Answers

  • homburg
    homburg New Altair Community Member
    Hi pvelando,

    so far I know there you cannot directly export such a model to excel with RapidMiner. What you can do is to use the "Write" operator and set the output to xml file format. You will receive a complete xml description of the model which can be parsed using xpath queries.

    Cheers,
        Helge