Package: dann
Type: Package
Title: Discriminant Adaptive Nearest Neighbor Classification
Version: 0.2.1
Author: Greg McMahan
Maintainer: Greg McMahan <gmcmacran@gmail.com>
Description: Discriminant Adaptive Nearest Neighbor Classification is a 
    variation of k nearest neighbors where the shape of the neighborhood is 
    data driven. This package implements dann and sub_dann from
    Hastie (1995) <https://web.stanford.edu/~hastie/Papers/dann_IEEE.pdf>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: MASS (>= 7.3), stats (>= 3.5.3), tibble (>= 2.1.1), ggplot2
        (>= 3.1.1), stringr (>= 1.4.0), purrr (>= 0.3.2), rlang (>=
        0.3.4), fpc (>= 2.1-11.1), Rcpp (>= 1.0.1)
RoxygenNote: 6.1.1
Suggests: testthat (>= 2.0.1), knitr (>= 1.22), rmarkdown (>= 1.18),
        covr (>= 3.2.1), mlbench (>= 2.1-1), dplyr (>= 0.8.0.1),
        magrittr (>= 1.5),
VignetteBuilder: knitr
LinkingTo: Rcpp, RcppArmadillo
NeedsCompilation: yes
Packaged: 2020-10-08 16:50:38 UTC; gmcma
Repository: CRAN
Date/Publication: 2020-10-08 17:30:02 UTC
