Skip to content

Commit

Permalink
Update lib/scholar/cluster/optics.ex
Browse files Browse the repository at this point in the history
Co-authored-by: José Valim <[email protected]>
  • Loading branch information
norm4nn and josevalim authored Aug 17, 2024
1 parent 990ba96 commit f1e863a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/scholar/cluster/optics.ex
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
defmodule Scholar.Cluster.OPTICS do
@moduledoc """
OPTICS (Ordering Points To Identify the Clustering Structure) is an algorithm
OPTICS (Ordering Points To Identify the Clustering Structure) is an algorithm
for finding density-based clusters in spatial data.
It is closely related to DBSCAN, finds core sample of high density and expands
clusters from them. Unlike DBSCAN, keeps cluster hierarchy for a variable
neighborhood radius. Clusters are then extracted using a DBSCAN-like
Expand Down

0 comments on commit f1e863a

Please sign in to comment.