[pull] develop from photoprism:develop - #1772
Merged
Merged
Conversation
DBSCAN takes a single link distance, so a set holding groups of different densities has no value that suits all of them: whatever connects the sparsest group also chains the closest pair together. OPTICS orders points by reachability and extracts clusters from that ordering, either at one link distance or as valleys by the xi-steep method. HDBSCAN builds the hierarchy of all density levels, keeps the clusters that persist longest, and yields a per-point membership and GLOSH outlier score from the same tree. Neither implements HardClusterer, since neither produces one clustering. Both agree with scikit-learn on generated sets: core distances and the DBSCAN extraction exactly, and the labels except where tied distances leave more than one valid answer. Two properties the README states for callers: a membership probability is scaled per cluster and is not comparable between clusters, and a point whose core distance dominates its neighborhood has several equally short edges, so tie-breaking rather than the data decides which cluster takes it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )