Skip to content

Commit e102c83

Browse files
cmalzerlmcinnes
andauthored
Update docs/how_to_use_epsilon.rst
Co-Authored-By: Leland McInnes <[email protected]>
1 parent 231af79 commit e102c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how_to_use_epsilon.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ separated by a relatively large distance.
3434

3535
This is where the parameter ``cluster_selection_epsilon`` comes into play. The cluster extraction method using this parameter, as described in detail
3636
by `Malzer and Baum <https://arxiv.org/abs/1911.02282>`__, acts like a hybrid between DBSCAN
37-
(or, to be precise, DBSCAN*, i.e. DBSCAN without the border points) by extracting DBSCAN results for data partitions
37+
(or, to be precise, DBSCAN\*, i.e. DBSCAN without the border points) by extracting DBSCAN results for data partitions
3838
affected by the given parameter value, and HDBSCAN\* results for all others.
3939

4040
In our example, we choose to merge nested clusters below 5 meters (0.005 kilometers) and therefore set the parameter ``cluster_selection_epsilon`` accordingly:

0 commit comments

Comments
 (0)