Package: KMEANS.KNN
Title: KMeans and KNN Clustering Package
Version: 0.1.0
Authors@R: person("LALLOGO", "Lassané", email = "lassanelallogo2002@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0009-0004-1637-3511"))
Description: Implementation of Kmeans clustering algorithm and a supervised KNN (K Nearest Neighbors) learning method. It allows users to perform unsupervised clustering and supervised classification on their datasets. Additional features include data normalization, imputation of missing values, and the choice of distance metric. The package also provides functions to determine the optimal number of clusters for Kmeans and the best k-value for KNN: knn_Function(), find_Knn_best_k(), KMEANS_FUNCTION(), and find_Kmeans_best_k().
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.1
Imports: factoextra, cluster, ggplot2, stats, assertthat, class, caret,
        grDevices
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-05-16 14:54:49 UTC; USER
Author: LALLOGO Lassané [aut, cre] (<https://orcid.org/0009-0004-1637-3511>)
Maintainer: LALLOGO Lassané <lassanelallogo2002@gmail.com>
Repository: CRAN
Date/Publication: 2024-05-17 09:20:12 UTC
Built: R 4.5.2; ; 2025-11-08 05:19:59 UTC; windows
