Package: SKNN
Type: Package
Title: A Super K-Nearest Neighbor (SKNN) Classification Algorithm
Version: 3.0
Date: 2022-01-18
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("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-01-19 09:59:18 UTC; Administrator
Author: Yi Ya [aut, cre],
  Yarong Yang [aut],
  Nader Ebrahimi [aut],
  Yoram Rubin [aut],
  Jacob Zhang [aut]
Repository: CRAN
Date/Publication: 2022-01-19 11:12:42 UTC
Built: R 4.0.5; ; 2022-01-25 00:18:12 UTC; unix
