Discriminant Adaptive Nearest Neighbor Classification is a variation of k nearest neighbors where the neighborhood is elongated along class boundaries. This package implements dann and sub_dann from Hastie (1995) <https://web.stanford.edu/~hastie/Papers/dann_IEEE.pdf>.
Version: | 0.1.0 |
Imports: | MASS (≥ 7.3), compiler (≥ 3.5.3), stats (≥ 3.5.3), tibble (≥ 2.1.1), dplyr (≥ 0.8.0.1), ggplot2 (≥ 3.1.1), stringr (≥ 1.4.0), purrr (≥ 0.3.2), magrittr (≥ 1.5), rlang (≥ 0.3.4), mlbench (≥ 2.1), fpc (≥ 2.1-11.1) |
Suggests: | testthat, knitr, rmarkdown, covr |
Published: | 2019-12-10 |
Author: | Greg McMahan |
Maintainer: | Greg McMahan <gmcmacran at gmail.com> |
License: | MIT + file LICENSE |
NeedsCompilation: | no |
Materials: | README |
CRAN checks: | dann results |
Reference manual: | dann.pdf |
Vignettes: |
dann sub_dann |
Package source: | dann_0.1.0.tar.gz |
Windows binaries: | r-devel: dann_0.1.0.zip, r-devel-gcc8: dann_0.1.0.zip, r-release: dann_0.1.0.zip, r-oldrel: dann_0.1.0.zip |
OS X binaries: | r-release: dann_0.1.0.tgz, r-oldrel: not available |
Please use the canonical form https://CRAN.R-project.org/package=dann to link to this page.