Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added extensions/dbscan-0.5.zip
Binary file not shown.
10 changes: 10 additions & 0 deletions libraries.conf
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ NOTE: This extension is a work in progress. Please visit the extension's homepa
version: "1.2.0"
homepage: "https://docs.netlogo.org/7.0.0-beta2/csv.html"
}
{
name: "DBSCAN"
codeName: "dbscan"
shortDescription: "Perform unsupervised density-based clustering of turtles and patches based on specified turtle/patch variables or by proximity using the DBSCAN algorithm"
longDescription: """NetLogo extension for DBSCAN clustering algorithm

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."""
version: "0.5"
homepage: "https://github.com/chrfrantz/NetLogo-Extension-DBSCAN#readme"
}
{
name: "Dialog"
codeName: "dialog"
Expand Down