Skip to content

Commit fe7f3e5

Browse files
committed
no <> around links in python docs
1 parent 40abd5f commit fe7f3e5

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

kmedoids/__init__.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
| Lars Lenssen, Erich Schubert:
4747
| Medoid silhouette clustering with automatic cluster number selection
4848
| Information Systems (120), 2024, 102290
49-
| <https://doi.org/10.1016/j.is.2023.102290>
50-
| Preprint: <https://arxiv.org/abs/2309.03751>
49+
| https://doi.org/10.1016/j.is.2023.102290
50+
| Preprint: https://arxiv.org/abs/2309.03751
5151
5252
| Lars Lenssen, Erich Schubert:
5353
| Clustering by Direct Optimization of the Medoid Silhouette
@@ -525,8 +525,8 @@ def fastmsc(diss, medoids, max_iter=100, init="random", random_state=None):
525525
| Lars Lenssen, Erich Schubert:
526526
| Medoid silhouette clustering with automatic cluster number selection
527527
| Information Systems (120), 2024, 102290
528-
| <https://doi.org/10.1016/j.is.2023.102290>
529-
| Preprint: <https://arxiv.org/abs/2309.03751>
528+
| https://doi.org/10.1016/j.is.2023.102290
529+
| Preprint: https://arxiv.org/abs/2309.03751
530530
531531
| Lars Lenssen, Erich Schubert:
532532
| Clustering by Direct Optimization of the Medoid Silhouette
@@ -575,8 +575,8 @@ def fastermsc(diss, medoids, max_iter=100, init="random", random_state=None):
575575
| Lars Lenssen, Erich Schubert:
576576
| Medoid silhouette clustering with automatic cluster number selection
577577
| Information Systems (120), 2024, 102290
578-
| <https://doi.org/10.1016/j.is.2023.102290>
579-
| Preprint: <https://arxiv.org/abs/2309.03751>
578+
| https://doi.org/10.1016/j.is.2023.102290
579+
| Preprint: https://arxiv.org/abs/2309.03751
580580
581581
| Lars Lenssen, Erich Schubert:
582582
| Clustering by Direct Optimization of the Medoid Silhouette
@@ -625,8 +625,8 @@ def dynmsc(diss, medoids, max_iter=100, init="random", random_state=None):
625625
| Lars Lenssen, Erich Schubert:
626626
| Medoid silhouette clustering with automatic cluster number selection
627627
| Information Systems (120), 2024, 102290
628-
| <https://doi.org/10.1016/j.is.2023.102290>
629-
| Preprint: <https://arxiv.org/abs/2309.03751>
628+
| https://doi.org/10.1016/j.is.2023.102290
629+
| Preprint: https://arxiv.org/abs/2309.03751
630630
631631
:param diss: square numpy array of dissimilarities
632632
:type diss: ndarray
@@ -840,8 +840,8 @@ class KMedoids(SKLearnClusterer):
840840
| Lars Lenssen, Erich Schubert:
841841
| Medoid silhouette clustering with automatic cluster number selection
842842
| Information Systems (120), 2024, 102290
843-
| <https://doi.org/10.1016/j.is.2023.102290>
844-
| Preprint: <https://arxiv.org/abs/2309.03751>
843+
| https://doi.org/10.1016/j.is.2023.102290
844+
| Preprint: https://arxiv.org/abs/2309.03751
845845
846846
| Lars Lenssen, Erich Schubert:
847847
| Clustering by Direct Optimization of the Medoid Silhouette

0 commit comments

Comments
 (0)