Dasonk/knnflex: A more flexible KNN

A KNN implementaion which allows continuous responses, the specification of the distance used to calculate nearest neighbors (euclidean, binary, etc.), the aggregation method used to summarize repsonse (majority class, mean, etc.) and the method of handling ties (all, random selection, etc.).

Getting started

Package details

AuthorAtina Dunlap Brooks
MaintainerDason Kurkiewicz <dasonk@iastate.edu>
LicenseGPL
Version1.1.1
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("Dasonk/knnflex")
Dasonk/knnflex documentation built on May 6, 2019, 1:37 p.m.