Learn R Programming

OkNNE (version 1.0.1)

A k-Nearest Neighbours Ensemble via Optimal Model Selection for Regression

Description

Optimal k Nearest Neighbours Ensemble is an ensemble of base k nearest neighbour models each constructed on a bootstrap sample with a random subset of features. k closest observations are identified for a test point "x" (say), in each base k nearest neighbour model to fit a stepwise regression to predict the output value of "x". The final predicted value of "x" is the mean of estimates given by all the models. The implemented model takes training and test datasets and trains the model on training data to predict the test data. Ali, A., Hamraz, M., Kumam, P., Khan, D.M., Khalil, U., Sulaiman, M. and Khan, Z. (2020) .

Copy Link

Version

Install

install.packages('OkNNE')

Monthly Downloads

165

Version

1.0.1

License

GPL (>= 3)

Maintainer

Amjad Ali

Last Published

December 19th, 2022

Functions in OkNNE (1.0.1)

SMSA

Standard Metropolitan Statistical Areas
OKNNE

Optimal k-Nearest Neighbours Ensemble
OkNNE-package

A k-Nearest Neighbours Ensemble via Optimal Model Selection for Regression