Rev 8502 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
Package: clusterVersion: 2.1.8.2VersionNote: Last CRAN: 2.1.8.1 on 2025-03-11; 2.1.8 on 2024-12-10; 2.1.7 on 2024-12-06; 2.1.6 on 2023-11-30;Date: 2026-02-03Priority: recommendedTitle: "Finding Groups in Data": Cluster Analysis Extended Rousseeuw et al.Description: Methods for Cluster analysis. Much extended the original fromPeter Rousseeuw, Anja Struyf and Mia Hubert,based on Kaufman and Rousseeuw (1990) "Finding Groups in Data".Maintainer: Martin Maechler <maechler@stat.math.ethz.ch>Authors@R: c(person("Martin","Maechler", role = c("aut","cre"),email="maechler@stat.math.ethz.ch", comment = c(ORCID = "0000-0002-8685-9910")),person("Peter", "Rousseeuw", role="aut", email="peter.rousseeuw@kuleuven.be",comment = c("Fortran original", ORCID = "0000-0002-3807-5353")),person("Anja", "Struyf", role="aut", comment= "S original"),person("Mia", "Hubert", role="aut", email= "Mia.Hubert@uia.ua.ac.be",comment = c("S original", ORCID = "0000-0001-6398-4850")),person("Kurt", "Hornik", role=c("trl", "ctb"),email="Kurt.Hornik@R-project.org",comment=c("port to R; maintenance(1999-2000)", ORCID="0000-0003-4198-9911")),person("Matthias", "Studer", role="ctb"),person("Pierre", "Roudier", role="ctb"),person("Juan", "Gonzalez", role="ctb"),person("Kamil", "Kozlowski", role="ctb"),person("Erich", "Schubert", role="ctb", comment = c("fastpam options for pam()",ORCID = "0000-0001-9143-4880")),person("Keefe", "Murphy", role="ctb", comment = "volume.ellipsoid({d >= 3})")#not yet ,person("Fischer-Rasmussen", "Kasper", role = "ctb", comment = "Gower distance for CLARA"))Depends: R (>= 3.5.0)Imports: graphics, grDevices, stats, utilsSuggests: MASS, MatrixSuggestsNote: MASS: two examples using cov.rob() and mvrnorm(); Matrix tools for testingEnhances: mvoutlier, fpc, ellipse, sfsmiscEnhancesNote: xref-ed in man/*.RdLazyLoad: yesLazyData: yesByteCompile: yesBuildResaveData: noLicense: GPL (>= 2)URL: https://svn.r-project.org/R-packages/trunk/cluster/