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

Implementation of meanshift #43

Closed
wants to merge 2 commits into from
Closed

Conversation

bdeonovic
Copy link

This is an implementation of meanshift algorithm (for gaussian kernels)

Chen, Y. (1995). Mean Shift, Mode Seeking, and Clustering. IEEE Transactions on Pattern Analysis
and Machine Intelligence, 17, 790-799.

based off Jochen Einbeck and Ludger Evers implementation in their LPCM R package. I didn't implement the bandwidth selection.

@tlnagy
Copy link

tlnagy commented Feb 13, 2016

@johnmyleswhite @KristofferC Have you guys had a chance to look at this? It's been sitting in limbo for almost a year. Is there any reason this hasn't been merged?

@@ -0,0 +1,153 @@

type MeanShiftResult{T <: FloatingPoint} <: ClusteringResult
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FloatingPoint is soon to be deprecated in favor of AbstractFloat. See JuliaLang/julia#12162

@bdeonovic bdeonovic closed this Feb 13, 2016
@anneaux
Copy link

anneaux commented May 26, 2024

Why is this closed? It's not actually merged into the master branch, is it?

@bdeonovic
Copy link
Author

I think at the time I closed it because I did not have any more need for it and I did not want to update the code to get it pulled in (since there didn't seem to be any interest)

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

Successfully merging this pull request may close these issues.

3 participants