Package: SKNN
Type: Package
Title: A Super K-Nearest Neighbor (SKNN) Classification Algorithm
Version: 3.1
Date: 2022-06-11
Authors@R: c(person("Yi", "Ya", role=c("aut","cre"),email="Yi.YA_yaya@hotmail.com"),
             person("Nader", "Ebrahimi", role="aut"),
             person("Yoram", "Rubin", role="aut"),
             person("Jacob", "Zhang", role="aut"))
Maintainer: Yi Ya <Yi.YA_yaya@hotmail.com>
Depends: methods, stats
Description: It's a Super K-Nearest Neighbor classification method with using kernel density to describe weight of the distance between a training observation and the testing sample. 
Collate: SKNN.R Dist.R PCAy.R AllClasses.R KNN.R
License: GPL-2
NeedsCompilation: no
Packaged: 2022-06-11 16:20:12 UTC; Administrator
Author: Yi Ya [aut, cre],
  Nader Ebrahimi [aut],
  Yoram Rubin [aut],
  Jacob Zhang [aut]
Repository: CRAN
Date/Publication: 2022-06-11 17:00:02 UTC
Built: R 4.1.2; ; 2022-06-12 10:26:33 UTC; unix
