Learn R Programming

ExNRuleEnsemble (version 0.1.1)

A k Nearest Neibour Ensemble Based on Extended Neighbourhood Rule

Description

The extended neighbourhood rule for the k nearest neighbour ensemble where the neighbours are determined in k steps. Starting from the first nearest observation of the test point, the algorithm identifies a single observation that is closest to the observation at the previous step. At each base learner in the ensemble, this search is extended to k steps on a random bootstrap sample with a random subset of features selected from the feature space. The final predicted class of the test point is determined by using a majority vote in the predicted classes given by all base models. Amjad Ali, Muhammad Hamraz, Naz Gul, Dost Muhammad Khan, Saeed Aldahmani, Zardad Khan (2022) .

Copy Link

Version

Install

install.packages('ExNRuleEnsemble')

Monthly Downloads

183

Version

0.1.1

License

GPL (>= 3)

Maintainer

Amjad Ali

Last Published

December 19th, 2022

Functions in ExNRuleEnsemble (0.1.1)

ExNRule

The Extended Neighbourhood Rule for k Nearest Neibour Ensemble
ILPD

Indian Liver Patient Dataset