Package: SKNN
Type: Package
Title: A Super K-Nearest Neighbor (SKNN) Classification Algorithm
Version: 1.0
Date: 2021-11-23
Authors@R: c(person("Yi", "Ya", role=c("aut","cre"),email="Yi.YA_yaya@hotmail.com"),
             person("Yarong", "Yang", role="aut"),
             person("Nader", "Ebrahimi", 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: AllClasses.R KDEy.R SKNN.R Dist.R PCAy.R UKDE.R AKDE.R
License: GPL-2
NeedsCompilation: no
Packaged: 2021-11-23 14:02:47 UTC; Administrator
Author: Yi Ya [aut, cre],
  Yarong Yang [aut],
  Nader Ebrahimi [aut],
  Jacob Zhang [aut]
Repository: CRAN
Date/Publication: 2021-11-23 19:30:14 UTC
