Package: neighbr
Title: Classification, Regression, Clustering with K Nearest Neighbors
Version: 1.0.3
Authors@R: c(
			person("Dmitriy", "Bolotov", email = "dmitriy.bolotov@softwareag.com", role = c("aut", "cre")),
			person("Software AG", role = c("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: 7.1.0
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-03-19 00:43:46 UTC; dmbo
Author: Dmitriy Bolotov [aut, cre],
  Software AG [cph]
Maintainer: Dmitriy Bolotov <dmitriy.bolotov@softwareag.com>
Repository: CRAN
Date/Publication: 2020-03-19 12:50:02 UTC
Built: R 4.3.0; ; 2023-04-12 03:18:38 UTC; unix
