KMEANS.KNN: KMeans and KNN Clustering Package (original) (raw)
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().
Version: | 0.1.0 |
---|---|
Imports: | factoextra, cluster, ggplot2, stats, assertthat, class, caret, grDevices |
Suggests: | knitr, rmarkdown, testthat (≥ 3.0.0) |
Published: | 2024-05-17 |
DOI: | 10.32614/CRAN.package.KMEANS.KNN |
Author: | LALLOGO Lassané [aut, cre] |
Maintainer: | LALLOGO Lassané |
License: | GPL-3 |
NeedsCompilation: | no |
Materials: | README |
CRAN checks: | KMEANS.KNN results |
Documentation:
Downloads:
Linking:
Please use the canonical formhttps://CRAN.R-project.org/package=KMEANS.KNNto link to this page.