Package: OkNNE
Type: Package
Title: A k-Nearest Neighbours Ensemble via Optimal Model Selection for
        Regression
Version: 1.0.1
Authors@R: c(person("Amjad","Ali",role=c("aut","cre","cph"),email="aalistat1@gmail.com"),person("Zardad","Khan",role=c("aut","ths")),person("Muhammad","Hamraz",role="aut"))
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) <DOI:10.1109/ACCESS.2020.3010099>.
Depends: R (>= 3.5.0)
License: GPL (>= 3)
Imports: FNN,stats
NeedsCompilation: no
Packaged: 2022-12-19 14:48:41 UTC; aaliu
Author: Amjad Ali [aut, cre, cph],
  Zardad Khan [aut, ths],
  Muhammad Hamraz [aut]
Maintainer: Amjad Ali <aalistat1@gmail.com>
Repository: CRAN
Date/Publication: 2022-12-19 15:00:09 UTC
Built: R 4.6.0; ; 2025-07-18 04:37:49 UTC; unix
