mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
13 lines
685 B
Plaintext
13 lines
685 B
Plaintext
HDBSCAN - Hierarchical Density-Based Spatial Clustering of Applications with
|
|
Noise. Performs DBSCAN over varying epsilon values and integrates the result to
|
|
find a clustering that gives the best stability over epsilon. This allows
|
|
HDBSCAN to find clusters of varying densities (unlike DBSCAN), and be more
|
|
robust to parameter selection.
|
|
|
|
In practice this means that HDBSCAN returns a good clustering straight away with
|
|
little or no parameter tuning -- and the primary parameter, minimum cluster
|
|
size, is intuitive and easy to select.
|
|
|
|
HDBSCAN is ideal for exploratory data analysis; it's a fast and robust algorithm
|
|
that you can trust to return meaningful clusters (if there are any).
|