Package: SKNN
Type: Package
Title: A Super K-Nearest Neighbor (SKNN) Classification Algorithm
Version: 4.1
Date: 2024-10-09
Authors@R: c(person("Yarong", "Yang", 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: Yarong Yang <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: 2024-10-08 18:35:48 UTC; yi_ya
Author: Yarong Yang [aut, cre],
  Nader Ebrahimi [aut],
  Yoram Rubin [aut],
  Jacob Zhang [aut]
Repository: CRAN
Date/Publication: 2024-10-08 20:10:01 UTC
Built: R 4.3.3; ; 2024-10-08 21:21:10 UTC; unix
