Package: WOAkMedoids
Type: Package
Depends: R (>= 3.5.0)
Title: Whale Optimization Algorithm for K-Medoids Clustering
Version: 0.1.0
Date: 2024-08-03
Encoding: UTF-8
Authors@R: 
    c(person(given = "Chenan",
             family = "Huang",
             role = c("aut", "cre"),
             email = "hualianchan@gmail.com"),
      person(given = "Narumasa",
             family = "Tsutsumida",
             role = c("aut"),
             email = "rsnaru.jp@gmail.com",
             comment = c(ORCID = "0000-0002-6333-0301")))
Description: Implements the Whale Optimization Algorithm(WOA) for k-medoids clustering, providing tools for effective and efficient cluster analysis in various data sets. The methodology is based on "The Whale Optimization Algorithm" by Mirjalili and Lewis (2016) <doi:10.1016/j.advengsoft.2016.01.008>.
License: GPL (>= 2)
Imports: dtwclust, proxy, cluster, Rcpp (>= 1.0.11)
LinkingTo: Rcpp
RoxygenNote: 7.2.1
LazyData: true
NeedsCompilation: yes
Packaged: 2024-08-24 11:56:39 UTC; chan
Author: Chenan Huang [aut, cre],
  Narumasa Tsutsumida [aut] (<https://orcid.org/0000-0002-6333-0301>)
Maintainer: Chenan Huang <hualianchan@gmail.com>
Repository: CRAN
Date/Publication: 2024-08-28 08:50:02 UTC
Built: R 4.3.3; x86_64-apple-darwin20; 2024-08-28 18:02:44 UTC; unix
Archs: WOAkMedoids.so.dSYM
