Skip to content

Commit c02d93c

Browse files
authored
Update README.md
Fix typo.
1 parent c23697e commit c02d93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ NetLogo extension for DBSCAN clustering algorithm
33

44
The extension allows you to perform unsupervised density-based clustering of turtles/agents and patches based on specified 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.
55

6-
This extension supports all versions of [NetLogo](https://ccl.northwestern.edu/netlogo/) from 5 onwards. This version (0.5) is focused on Netlogo 7.
6+
This extension supports all versions of [NetLogo](https://ccl.northwestern.edu/netlogo/) from 5 onwards. This version (0.5) is focused on NetLogo 7.
77
Versions of this extension (all versions up to 0.4) for NetLogo versions 5 up to version 6.4 are provided in the repository [branch v6.1](https://github.com/chrfrantz/NetLogo-Extension-DBSCAN/tree/v6.1) (including code examples). This Readme covers aspects specific to the latest extension version.
88

99
The feature set of the extension varies depending on the NetLogo version, with full feature support since NetLogo 6 onwards (see details below).

0 commit comments

Comments
 (0)