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

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) <doi:10.1109/ACCESS.2020.3010099>.

Version: 1.0.1
Depends: R (≥ 3.5.0)
Imports: FNN, stats
Published: 2022-12-19
Author: Amjad Ali [aut, cre, cph], Zardad Khan [aut, ths], Muhammad Hamraz [aut]
Maintainer: Amjad Ali <aalistat1 at gmail.com>
License: GPL (≥ 3)
NeedsCompilation: no
CRAN checks: OkNNE results

Documentation:

Reference manual: OkNNE.pdf

Downloads:

Package source: OkNNE_1.0.1.tar.gz
Windows binaries: r-devel: OkNNE_1.0.1.zip, r-release: OkNNE_1.0.1.zip, r-oldrel: OkNNE_1.0.1.zip
macOS binaries: r-release (arm64): OkNNE_1.0.1.tgz, r-oldrel (arm64): OkNNE_1.0.1.tgz, r-release (x86_64): OkNNE_1.0.1.tgz
Old sources: OkNNE archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=OkNNE to link to this page.