jforjohn / canopyKmeans_improved

This is an implementation of the paper on "Improved K-means algorithm based on density Canopy".
30 stars 2 forks source link

clf.clusters,this is created without resolve #1

Closed ShouriYang closed 5 years ago

ShouriYang commented 5 years ago

in MyCanopy.py line 262 clf.clusters is created without resolve

jforjohn commented 5 years ago

This is a work in progress for the paper mentioned in the README. The code contains still some comments that need to be removed like the one in line 262. However, the algorithm doesn't seem to perform like the one in the paper...

ShouriYang commented 5 years ago

So it means that the code is not completed?------------------ 原始邮件 ------------------ 发件人: "Ysot"notifications@github.com 发送时间: 2019年6月10日(星期一) 凌晨1:16 收件人: "jforjohn/canopyKmeans_improved"canopyKmeans_improved@noreply.github.com; 抄送: "ShouriYang"451044764@qq.com;"Author"author@noreply.github.com; 主题: Re: [jforjohn/canopyKmeans_improved] clf.clusters,this is created without resolve (#1)

This is a work in progress for the paper mentioned in the README. The code contains still some comments that need to be removed like the one in line 262. However, the algorithm doesn't seem to perform like the one in the paper...

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

jforjohn commented 5 years ago

No, it's not completed.