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

Offering non-classical hierarchical clustering techniques within scope? #27

Open
tlnagy opened this issue Aug 4, 2014 · 5 comments
Open
Labels

Comments

@tlnagy
Copy link

tlnagy commented Aug 4, 2014

Is it within the scope of this package to provide some more modern HC techniques (e.g. ROCK/CURE, BIRCH, etc)? Classical HC techniques (single-linkage, centroid linkage, etc) lack robustness and are sensitive to noise/outliers, plus their quadratic computational complexities are problematic when applying them to large datasets.

More modern algorithms like CURE can better handle multidimensional data and sophiscated cluster shapes. It has 2000+ citations on Google Scholar so there is definitely a large demand for HC techniques that can handle "big data". Wikipedia has the algorithm's pseudocode (I haven't checked it's validity).

@lindahua
Copy link
Contributor

Yes, those are definitely in the scope of this package.

Contributions are appreciated!

@tlnagy
Copy link
Author

tlnagy commented Aug 12, 2014

I will likely have time in a week. I'll see what I come up with, it would be useful for my own research. Plus, anything that makes Julia more attractive helps my argument that my colleagues should switch away from MATLAB and Python.

@ararslan
Copy link
Member

Hey @tlnagy, I realize it's been about 2 years since the last activity here. Are you still interested in contributing these clustering methods?

@tlnagy
Copy link
Author

tlnagy commented Jul 27, 2016

Unfortunately, my research interests have changed and I don't think I'll have the time to implementing these. I'm going to leave this issue open if any anyone is interested in methods and contributing them, but feel free to close if you deem this to be too niche.

@ararslan
Copy link
Member

I think it'd be great to have them in here should anyone want to take it on. Thanks for the update and good luck with your research!

@alyst alyst added the feature label Mar 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants