|
| 1 | +cff-version: 1.2.0 |
| 2 | +message: "If you use this software, please cite it as below." |
| 3 | +authors: |
| 4 | + - family-names: Schubert |
| 5 | + given-names: Erich |
| 6 | + orcid: 0000-0001-9143-4880 |
| 7 | + - family-names: Lenssen |
| 8 | + given-names: Lars |
| 9 | + orcid: 0000-0003-0037-0418 |
| 10 | +title: "Fast k-medoids Clustering in Rust and Python" |
| 11 | +journal: "J. Open Source Softw." |
| 12 | +doi: 10.21105/joss.04183 |
| 13 | +version: 0.4.2 |
| 14 | +date-released: 2022-09-24 |
| 15 | +license: GPL-3.0 |
| 16 | +preferred-citation: |
| 17 | + title: "Fast k-medoids Clustering in Rust and Python" |
| 18 | + year: "2022" |
| 19 | + type: article |
| 20 | + journal: "J. Open Source Softw." |
| 21 | + doi: 10.21105/joss.04183 |
| 22 | + authors: |
| 23 | + - family-names: Schubert |
| 24 | + given-names: Erich |
| 25 | + - family-names: Lenssen |
| 26 | + given-names: Lars |
| 27 | +references: |
| 28 | +- title: "Faster k-Medoids Clustering: Improving the PAM, CLARA, and CLARANS Algorithms" |
| 29 | + doi: "10.1007/978-3-030-32047-8_16" |
| 30 | + year: "2019" |
| 31 | + type: conference-paper |
| 32 | + conference: "Similarity Search and Applications - 12th International Conference, SISAP 2019, Newark, NJ, USA, October 2-4, 2019, Proceedings" |
| 33 | + authors: |
| 34 | + - family-names: Schubert |
| 35 | + given-names: Erich |
| 36 | + - family-names: Rousseeuw |
| 37 | + given-names: Peter J. |
| 38 | +- title: "Fast and eager k-medoids clustering: O(k) runtime improvement of the PAM, CLARA, and CLARANS algorithms" |
| 39 | + doi: "10.1016/j.is.2021.101804" |
| 40 | + year: "2021" |
| 41 | + type: article |
| 42 | + journal: "Inf. Syst." |
| 43 | + authors: |
| 44 | + - family-names: Schubert |
| 45 | + given-names: Erich |
| 46 | + - family-names: Rousseeuw |
| 47 | + given-names: Peter J. |
| 48 | +- title: "Clustering by Direct Optimization of the Medoid Silhouette" |
| 49 | + doi: "10.1007/978-3-031-17849-8_15" |
| 50 | + year: "2022" |
| 51 | + type: conference-paper |
| 52 | + conference: "Similarity Search and Applications - 15th International Conference, SISAP 2022, Bologna, Italy, October 5-7, 2022, Proceedings" |
| 53 | + authors: |
| 54 | + - family-names: Lenssen |
| 55 | + given-names: Lars |
| 56 | + - family-names: Schubert |
| 57 | + given-names: Erich |
0 commit comments