ArdernHB/KnnDist: Kernal Nearest Neighbour classification with distance inputs

This package takes distance inputs constructed by the user and returns classifications using Kernal Nearest Neighbour (K-NN) methods. Current implimentation includes a simple majority vote process or a simple weighting system using the distances supplied as weights.

Getting started

Package details

AuthorArdern Hulme-Beaman [aut, cre]
MaintainerArdern Hulme-Beaman <ardernhb@gmail.com>
LicenseGPL-2
Version0.1.0
URL https://github.com/ArdernHB/KnnDist
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("ArdernHB/KnnDist")
ArdernHB/KnnDist documentation built on Feb. 5, 2021, 5:09 a.m.