Skip to content

Commit 50e03b9

Browse files
chrfrantzTheBizzle
authored andcommitted
Add dbscan extension version 0.5 (for NetLogo 7).
1 parent e305bef commit 50e03b9

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.2.0"
4646
homepage: "https://docs.netlogo.org/7.0.0-beta2/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)