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

Feature Request: Mode(s) finding #11

Closed
bdeonovic opened this issue Mar 31, 2015 · 2 comments
Closed

Feature Request: Mode(s) finding #11

bdeonovic opened this issue Mar 31, 2015 · 2 comments

Comments

@bdeonovic
Copy link

It would be great to have an implementation of an algorithm that finds modes of kernel density estimates. Most common algorithm is mean-shift algorithm:

Comaniciu, Dorin; Peter Meer (May 2002). "Mean Shift: A Robust Approach Toward Feature Space Analysis". IEEE Transactions on Pattern Analysis and Machine Intelligence (IEEE) 24 (5): 603–619. doi:10.1109/34.1000236.

A great short (2 page) guide to using mean shift algorithm for clustering http://homepages.inf.ed.ac.uk/rbf/CVonline/LOCAL_COPIES/TUZEL1/MeanShift.pdf

Might be more appropriate for the Clustering.jl package.

@simonbyrne
Copy link
Member

I think it would be useful to have in this package, though I don't really have time to do it myself in the near future. If you want to open a pull request, I'd be happy to look over it.

@bdeonovic
Copy link
Author

I made a pull request for this at Clustering.jl (JuliaStats/Clustering.jl#43). If people want to find peaks of a kernel density estimate they can use the code there.

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

2 participants