Package: neighbr
Title: Classification, Regression, Clustering with K Nearest Neighbors
Version: 1.0.1
Authors@R: c(
			person("Dmitriy", "Bolotov", email = "dmitriy.bolotov@softwareag.com", role = c("aut", "cre")),
			person("Zementis Inc",role="cph")
			)
Description: Classification, regression, and clustering with k nearest neighbors
    algorithm. Implements several distance and similarity measures, covering
    continuous and logical features. Outputs ranked neighbors. Most features of
    this package are directly based on the PMML specification for KNN.
Depends: R (>= 3.3.0)
License: GPL (>= 2.1)
Encoding: UTF-8
LazyData: true
Suggests: testthat, knitr, rmarkdown, mlbench
RoxygenNote: 6.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-03-13 19:53:05 UTC; dmitriy
Author: Dmitriy Bolotov [aut, cre],
  Zementis Inc [cph]
Maintainer: Dmitriy Bolotov <dmitriy.bolotov@softwareag.com>
Repository: CRAN
Date/Publication: 2019-03-13 20:10:03 UTC
