# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "KMEANS.KNN" in publications use:' type: software license: GPL-3.0-only title: 'KMEANS.KNN: KMeans and KNN Clustering Package' version: 0.1.0 doi: 10.32614/CRAN.package.KMEANS.KNN abstract: '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().' authors: - family-names: Lassané given-names: LALLOGO email: lassanelallogo2002@gmail.com orcid: https://orcid.org/0009-0004-1637-3511 repository: https://lallogo45.r-universe.dev commit: 2c1177c505abab99df5843278736d55b3c6d7b16 url: https://GitHubID.github.io/KMEANS.KNN contact: - family-names: Lassané given-names: LALLOGO email: lassanelallogo2002@gmail.com orcid: https://orcid.org/0009-0004-1637-3511