Package: SKNN
Type: Package
Title: A Super K-Nearest Neighbor (SKNN) Classification Algorithm
Version: 4.1.2
Date: 2025-09-12
Authors@R: c(person("Yarong", "Yang", role=c("aut","cre"),email="Yi.YA_yaya@hotmail.com"),
             person("Nader", "Ebrahimi", role="ctb"),
             person("Yoram", "Rubin", role="ctb"),
             person("Jacob", "Zhang", role="ctb"))
Maintainer: Yarong Yang <Yi.YA_yaya@hotmail.com>
Depends: methods, stats
Description: It's a Super K-Nearest Neighbor(SKNN) classification method with using kernel density to describe weight of the distance between a training observation and the testing sample. Comparison of performance between SKNN and KNN shows that SKNN is significantly superior to KNN.
Collate: SKNN.R Dist.R PCAy.R AllClasses.R KNN.R
License: GPL-2
NeedsCompilation: no
Packaged: 2025-09-12 00:24:58 UTC; Yarong
Author: Yarong Yang [aut, cre],
  Nader Ebrahimi [ctb],
  Yoram Rubin [ctb],
  Jacob Zhang [ctb]
Repository: CRAN
Date/Publication: 2025-09-18 14:40:02 UTC
Built: R 4.5.1; ; 2025-09-18 18:13:56 UTC; unix
