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.

Cluster Runaways

magic_almagic_al Member Posts: 11 Contributor II
Hi guys,

I'm looking for a method to successfully detect cluster runaways. With that I mean objects which flee from cluster A into cluster B considering different periodes of observation. Is that posible with RapidMinder? I aim for spatial trend analysis over time.

Answers

  • MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    There are several possibilities. In any case you'll need an id attribute in your data such that you can uniquely identify an object. Then you could e.g. cluster your data at different points of time, join it together via the id attribute and compare the assigned clusters. If they differ, you have a runaway.

    Best regards,
    Marius
Sign In or Register to comment.