-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathCITATION.cff
More file actions
35 lines (35 loc) · 1.11 KB
/
Copy pathCITATION.cff
File metadata and controls
35 lines (35 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
cff-version: 1.2.0
message: "If you use this software, please cite both the OPTICS algorithm and this implementation."
title: "density-clustering"
version: 1.0.0
abstract: "A header-only C++20 implementation of the OPTICS density-based clustering algorithm (Ankerst et al., 1999)."
type: software
authors:
- family-names: Proff
given-names: Ingo
url: "https://github.com/J-D-3/density-clustering"
repository-code: "https://github.com/J-D-3/density-clustering"
license: MIT
keywords:
- clustering
- OPTICS
- DBSCAN
- density-based clustering
- reachability
- "C++"
references:
- type: conference-paper
title: "OPTICS: Ordering Points To Identify the Clustering Structure"
year: 1999
doi: "10.1145/304182.304187"
collection-title: "Proceedings of the 1999 ACM SIGMOD International Conference on Management of Data (SIGMOD '99)"
pages: "49-60"
authors:
- family-names: Ankerst
given-names: Mihael
- family-names: Breunig
given-names: "Markus M."
- family-names: Kriegel
given-names: Hans-Peter
- family-names: Sander
given-names: "Jörg"