More questions on “optimizing K-means algorithm”

流过昼夜 提交于 2019-12-10 11:49:27

问题


I want to implement a paper with "An Optimized Version of the K-Means Clustering Algorithm" title. This paper is in this link : https://fedcsis.org/proceedings/2014/pliks/258.pdf. This paper is not obvious. I see in stackoverflow that @Vpp Man was ask some question about that (Optimizing K-means algorithm) but because i have extra question about that, i create new question page.

My questions:

1) Is algorithm2 full of algorithm or I must put it in part of algorithm1 (in step2 of algorithm1)?

2) In step 2 of algorithm2: What is mean of 'i' index? is it iteration number? or is a integer number?

3) In step8 of algorithm2: we must update 'tag' of intervals? we don't should update 'e' of points that are in that intervals too?

Thanks alot.


回答1:


you can see code of this algorithm in : https://github.com/cozu/Optimized-K-Means



来源:https://stackoverflow.com/questions/37851381/more-questions-on-optimizing-k-means-algorithm

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!