From d4cd945a2536369aeb7c6648fd93a7e546cdd21d Mon Sep 17 00:00:00 2001 From: olivroy <52606734+olivroy@users.noreply.github.com> Date: Wed, 20 Dec 2023 14:16:42 -0500 Subject: [PATCH] Add website link to DESCRIPTION --- DESCRIPTION | 1 + 1 file changed, 1 insertion(+) diff --git a/DESCRIPTION b/DESCRIPTION index 7f63a2c..ee3c6a9 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -15,6 +15,7 @@ Maintainer: Aviezer Lifshitz Description: Efficient implementation of K-Means++ algorithm. For more information see (1) "kmeans++ the advantages of the k-means++ algorithm" by David Arthur and Sergei Vassilvitskii (2007), Proceedings of the eighteenth annual ACM-SIAM symposium on Discrete algorithms, Society for Industrial and Applied Mathematics, Philadelphia, PA, USA, pp. 1027-1035, and (2) "The Effectiveness of Lloyd-Type Methods for the k-Means Problem" by Rafail Ostrovsky, Yuval Rabani, Leonard J. Schulman and Chaitanya Swamy . License: MIT + file LICENSE BugReports: https://github.com/tanaylab/tglkmeans/issues +URL: https://tanaylab.github.io/tglkmeans/, https://github.com/tanaylab/tglkmeans OS_type: unix Depends: R (>= 4.0.0)