Package: UAHDataScienceUC
Title: Learn Clustering Techniques Through Examples and Code
Version: 1.0.1
Authors@R: c(
       person(
            "Eduardo",
            "Ruiz Sabajanes",
            email = "eduardo.ruizs@edu.uah.es",
            role = c("aut")
        ),
        person(
            "Roberto", 
            "Alcantara",
            email = "roberto.alcantara@edu.uah.es",
            role = c("aut")
        ),
        person(
            "Juan Jose",
            "Cuadrado Gallego",
            email = "jjcg@uah.es",
            role = c("aut"),
            comment = c(ORCID = "0000-0001-8178-5556")
        ),
        person(
            "Andriy",
            "Protsak Protsak",
            email = "andriy.protsak@edu.uah.es",
            role = c("aut", "cre")
        ),
        person(
            "Universidad de Alcala",
            role = c("cph")
        )
    )
Description: A comprehensive educational package combining clustering algorithms with 
    detailed step-by-step explanations. Provides implementations of both traditional 
    (hierarchical, k-means) and modern (Density-Based Spatial Clustering of Applications with Noise (DBSCAN), 
    Gaussian Mixture Models (GMM), genetic k-means) clustering methods 
    as described in Ezugwu et. al., (2022) <doi:10.1016/j.engappai.2022.104743>. 
    Includes educational datasets highlighting different clustering challenges, based on 
    'scikit-learn' examples (Pedregosa et al., 2011) 
    <https://jmlr.csail.mit.edu/papers/v12/pedregosa11a.html>. Features detailed 
    algorithm explanations, visualizations, and weighted distance calculations for 
    enhanced learning.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends: R (>= 4.3.0)
Imports: proxy (>= 0.4-27), cli (>= 3.6.1)
Suggests: deldir (>= 1.0-9), knitr, rmarkdown
VignetteBuilder: knitr
LazyData: true
NeedsCompilation: no
Packaged: 2025-02-17 17:17:44 UTC; andriy
Author: Eduardo Ruiz Sabajanes [aut],
  Roberto Alcantara [aut],
  Juan Jose Cuadrado Gallego [aut]
    (<https://orcid.org/0000-0001-8178-5556>),
  Andriy Protsak Protsak [aut, cre],
  Universidad de Alcala [cph]
Maintainer: Andriy Protsak Protsak <andriy.protsak@edu.uah.es>
Repository: CRAN
Date/Publication: 2025-02-17 20:30:05 UTC
Built: R 4.5.1; ; 2025-10-06 01:10:08 UTC; windows
