kmedoids icon indicating copy to clipboard operation
kmedoids copied to clipboard

distance matrice

Open TyrandeWhisperwind opened this issue 5 years ago • 1 comments

what is the tmax varaible for? and why did u set it to 100? if i have a dataset of 800 points should i put tmax=800?

TyrandeWhisperwind avatar Mar 31 '19 16:03 TyrandeWhisperwind

No. tmax is just the maximal number of iterations in which the algorithm can converge. Usually kmedoids converges quickly, but for your specific usecase you can play around with the parameter if you have the feeling it did not converge properly.

casibus avatar Dec 17 '19 11:12 casibus