-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
CITATION.cff
71 lines (71 loc) · 2.22 KB
/
CITATION.cff
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Schubert
given-names: Erich
orcid: "https://orcid.org/0000-0001-9143-4880"
- family-names: Lenssen
given-names: Lars
orcid: "https://orcid.org/0000-0003-0037-0418"
title: "Fast k-medoids Clustering in Rust and Python"
journal: "J. Open Source Softw."
doi: 10.21105/joss.04183
version: 0.5.2
date-released: 2024-09-10
license: GPL-3.0
preferred-citation:
title: "Fast k-medoids Clustering in Rust and Python"
year: "2022"
type: article
journal: "J. Open Source Softw."
doi: 10.21105/joss.04183
authors:
- family-names: Schubert
given-names: Erich
- family-names: Lenssen
given-names: Lars
references:
- title: "Faster k-Medoids Clustering: Improving the PAM, CLARA, and CLARANS Algorithms"
doi: "10.1007/978-3-030-32047-8_16"
year: "2019"
type: conference-paper
conference: "Similarity Search and Applications - 12th International Conference, SISAP 2019, Newark, NJ, USA, October 2-4, 2019, Proceedings"
authors:
- family-names: Schubert
given-names: Erich
- family-names: Rousseeuw
given-names: Peter J.
- title: "Fast and eager k-medoids clustering: O(k) runtime improvement of the PAM, CLARA, and CLARANS algorithms"
doi: "10.1016/j.is.2021.101804"
year: "2021"
type: article
journal: "Inf. Syst."
volume: 101
start: 101804
authors:
- family-names: Schubert
given-names: Erich
- family-names: Rousseeuw
given-names: Peter J.
- title: "Clustering by Direct Optimization of the Medoid Silhouette"
doi: "10.1007/978-3-031-17849-8_15"
year: "2022"
type: conference-paper
conference: "Similarity Search and Applications - 15th International Conference, SISAP 2022, Bologna, Italy, October 5-7, 2022, Proceedings"
authors:
- family-names: Lenssen
given-names: Lars
- family-names: Schubert
given-names: Erich
- title: "Medoid silhouette clustering with automatic cluster number selection"
doi: "10.1016/j.is.2023.102290"
year: "2024"
type: article
journal: "Inf. Syst."
volume: 120
start: 102290
authors:
- family-names: Lenssen
given-names: Lars
- family-names: Schubert
given-names: Erich