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
set centroids for kmeans
simon_knoll
Member Posts: 40 Contributor II
hello,
i was asking me, if there is a way for rapidminer, to set manually the starting centroids for kmeans klustering. in terms of pushing clustering in a certain direction.
all the best,
simon
i was asking me, if there is a way for rapidminer, to set manually the starting centroids for kmeans klustering. in terms of pushing clustering in a certain direction.
all the best,
simon
0
Answers
no, as far as I know this is not possible at the moment and has to be manually implemented if you would like to have such a functionality.
Regards,
Tobias
do you think setting initial centroids manually would make sense?
all the best,
simon
actually not. I don't think there are too many possible solutions for a good clustering. But you can lower the number of iterations to 1, so that it just would use one single try. If you then execute the operator repeatedly, you will receive the different local optimal solutions. You can select one by hand that suits you best. If you just want to optimize the intra cluster distance you just can rely on the automatism and increase the number of iterations.
Greetings,
 Sebastian