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

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.