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.

compare two clustering method

maryamen69maryamen69 Member Posts: 1 Learner I
edited November 2019 in Help
hi,
I want to compare two clustering algorithm and show diagram for it. I want to draw Mean Absolute Error diagram for my project. how can I resolve it?
Tagged:

Answers

  • lionelderkrikorlionelderkrikor RapidMiner Certified Analyst, Member Posts: 1,195 Unicorn
    Hi @maryamen69

    Calculate the Mean Absolute Error is only possible if you have the "true labels". (you are comparing the "true labels" to the "predicted labels")
    This is a priori not the case for unsupervised learning like clustering.
    If not you can use the Performance (classification) operator...

    Hope this helps,

    Regards,

    Lionel
  • lionelderkrikorlionelderkrikor RapidMiner Certified Analyst, Member Posts: 1,195 Unicorn
    Hi again @maryamen69,

    Or maybe I misunderstood, by Mean Absolute Error you mean Average within Centroid distance ?
    In this case, you have to use the Cluster Distance Performance operator.

    Regards,

    Lionel
Sign In or Register to comment.