[Java-ML-support] About kmeans
Status: Beta
Brought to you by:
thomasabeel
From: Carlos R. <rom...@gm...> - 2016-12-13 03:13:00
|
Hi. I'm currently using javaml, specifically the kmeans algorithm. I need to cluster several pieces of information. I'm using the constructor passing the number of clusters and the number of iterations as parameters so I can alter the parameters (mainly the iterations) and watch the changes that may happen. I have a doubt concerning the end of the algorithm, does the kmeans in this package always reach the maximum number of iterations or does it stop when it reaches certain stability within the clusters? For example if I set the iterations to 200 but around the 100 there are no changes it keeps going, or it stops when it detects that it's not changin? Thanks in advance |