"centroid based cluster model"

User: "zulum"
New Altair Community Member
Updated by Jocelyn
I am trying to find out how to save the centroid based cluster model (ccm file) after I create a cluster model. I only find the option to create a clm file which is unreadable. I can save the ccm file, only manually, while looking at the model in the GUI. I want to do it automatically. Thank to anyone who can help me.

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "land"
    New Altair Community Member
    Hi,
    you could simply use the generic IOObjects Writer operator IOObjectWriter and select as format XML. This should be at least somehow human readable. But don't expect something well formated, it is simply a data format, RapidMiner uses for reloading the file! If you want to have a nice report with a table inside, you will have to buy the Enterprise edition, which comes with the reporting extension.

    Greetings,
      Sebastian
    User: "zulum"
    New Altair Community Member
    OP
    Thank you! That solution is enough for now!