Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The python code results on simple clustering example show things have serious bug or do work at all! #2

Open
mosfet123 opened this issue Jul 18, 2022 · 0 comments

Comments

@mosfet123
Copy link

Give you a simple example: [1,2, 10,11,12, 54]. Your python code generates a completely wrong clustering tree.
I figured out the starting insert a new data point from 10 becomes completely misleading. It breaks 1 and 2 pairs which should be not!
In fact to get valid nearest neighbor you need search up the whole tree without breaking tighter sibling pairs.
Your introduction example using high dimension random numbers fool yourself and others who try to validate the algorithm.
Without correction I think that your work is not serious at all!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant