Package: tglkmeans
Title: Efficient Implementation of K-Means++ Algorithm
Version: 0.3.11
Authors@R: 
    c(person(given = "Aviezer",
             family = "Lifshitz",
             role = c("aut", "cre"),
             email = "aviezer.lifshitz@weizmann.ac.il"),
      person(given = "Amos",
             family = "Tanay",
             role = "aut"),             
      person("Weizmann Institute of Science", role="cph"))
Author: Aviezer Lifshitz [aut, cre],
  Amos Tanay [aut],
  Weizmann Institute of Science [cph]
Maintainer: Aviezer Lifshitz <aviezer.lifshitz@weizmann.ac.il>
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 <doi:10.1145/2395116.2395117>.
License: MIT + file LICENSE
BugReports: https://github.com/tanaylab/tglkmeans/issues
OS_type: unix
Depends: R (>= 4.0.0)
Imports: Rcpp (>= 0.12.11), doFuture, future, dplyr (>= 0.5.0), ggplot2
        (>= 2.2.0), magrittr, tibble (>= 3.2.1), parallel (>= 3.3.2),
        plyr (>= 1.8.4), purrr (>= 0.2.0), tgstat (>= 1.0.0)
Suggests: covr, knitr, rlang, rmarkdown, testthat, withr
LinkingTo: Rcpp
VignetteBuilder: knitr
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2023-08-20 05:35:52 UTC; aviezerl
RoxygenNote: 7.2.3
Repository: CRAN
Date/Publication: 2023-08-21 09:00:02 UTC
