# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "LCCkNN" in publications use:' type: software license: MIT title: 'LCCkNN: Adaptive k-Nearest Neighbor Classifier Based on Local Curvature Estimation' version: 0.1.0 doi: 10.32614/CRAN.package.LCCkNN abstract: Implements the kK-NN algorithm, an adaptive k-nearest neighbor classifier that adjusts the neighborhood size based on local data curvature. The method estimates local Gaussian curvature by approximating the shape operator of the data manifold. This approach aims to improve classification performance, particularly in datasets with limited samples. authors: - family-names: Pereira given-names: Gabriel email: gabrielfreitaspereira10@gmail.com repository: https://gabrielforest.r-universe.dev repository-code: https://github.com/Gabrielforest/LCCkNN commit: 711eae6ed089108293d9c1b30b93853aa574c60a url: https://github.com/Gabrielforest/LCCkNN date-released: '2025-08-27' contact: - family-names: Pereira given-names: Gabriel email: gabrielfreitaspereira10@gmail.com