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

the parameter sitting for K-mean in auto model for

Ammar_AlmasriAmmar_Almasri Member Posts: 2 Learner I
edited February 2020 in Help
when i do experimental on data set using K-means the cluster size never changes and center point as well. why they didnt change if they select ceroid randomly 

Answers

  • Telcontar120Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 Unicorn
    It completely depends on the dataset characteristics.  Some datasets are "stable" in the sense that there is one clear solution for a k-means of a given size k, which will always converge to that solution.  Others are not, in which case rerunning the clustering algorithm can lead to different results.  
    You can try setting the local random seed to different numbers to see whether that makes a difference.  
    Brian T.
    Lindon Ventures 
    Data Science Consulting from Certified RapidMiner Experts
  • Ammar_AlmasriAmmar_Almasri Member Posts: 2 Learner I
    Question about when I use default sitting the K-means++ will select a good start point for that cluster never changed
Sign In or Register to comment.