Skip to content

Commit 3250ab7

Browse files
committed
Add dbscan-0.5.zip.
1 parent d398fe7 commit 3250ab7

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

extensions/dbscan-0.5.zip

76 KB
Binary file not shown.

libraries.conf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@ NOTE: This extension is a work in progress. Please visit the extension's homepa
4545
version: "1.1.1"
4646
homepage: "https://ccl.northwestern.edu/netlogo/7.0.0-beta0/docs/csv.html"
4747
}
48+
{
49+
name: "DBSCAN"
50+
codeName: "dbscan"
51+
shortDescription: "Perform unsupervised density-based clustering of turtles and patches based on specified turtle/patch variables or by proximity using the DBSCAN algorithm"
52+
longDescription: """NetLogo extension for DBSCAN clustering algorithm
53+
54+
It allows you to perform unsupervised density-based clustering of turtles and patches based on specified turtle/patch variables or by proximity. The main advantage over supervised algorithms such as K-Means is that it is not necessary to specify the number of resulting clusters in advance. See the homepage for detailed documentation and examples."""
55+
version: "0.5"
56+
homepage: "https://github.com/chrfrantz/NetLogo-Extension-DBSCAN#readme"
57+
}
4858
{
4959
name: "Dialog"
5060
codeName: "dialog"

0 commit comments

Comments
 (0)