-
Notifications
You must be signed in to change notification settings - Fork 119
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
Inclusion of KShifts and / or Quickshift? #40
Comments
There is now also https://github.com/rened/QuickShiftClustering.jl. Shall it live in a separate package or shall I work on a PR to include it here? |
Ping @johnmyleswhite. It seems to me that it would be a good idea to put energies into one package here. |
My concern here is that there is no one who's actively maintaining Clustering, so I'm hesitant to add new functionality. |
Then let's keep it separated for now I would propose. We can always revisit this when the future for Clustering.jl is more clear. |
Is there anything worth saving here? Are the interfaces the right way to do it and just the code is rotting? I am able to help maintain it, although I am not a clustering expert. |
Nothing is rotting: the code is completely stable and should not be thrown out. My point is only that I would like us to stop accruing new features until we start accruing developers that we can trust to take over maintenance of these packages. Adding features is too risky given our labor resources, since we clearly don't have the resources to even respond to the currently open pull requests. If you have time to review and comment on the existing pull requests, that would be amazing. Once you've done a little bit of maintenance work, I'm happy to give you commit access to this package. |
Ah I misunderstood the situation thanks for giving more detail. I will take On Wed, Mar 18, 2015, 12:15 PM John Myles White [email protected]
|
Would there be interest in having https://github.com/rened/KShiftsClustering.jl included here? I have not registered KShiftsClustering with METADATA yet. Or we keep it separate, whatever you think is best.
It is basically a one-iteration kmeans algorithm, similar to self-organizing maps.
The text was updated successfully, but these errors were encountered: