CRAN/E | ExNRuleEnsemble

ExNRuleEnsemble

A k Nearest Neibour Ensemble Based on Extended Neighbourhood Rule

Installation

About

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) doi:10.48550/arXiv.2205.15111.

Key Metrics

Version 0.1.1
R ≥ 2.10
Published 2022-12-19 500 days ago
Needs compilation? no
License GPL (≥ 3)
CRAN checks ExNRuleEnsemble results

Downloads

Yesterday 9 +80%
Last 7 days 58 +4%
Last 30 days 215 +8%
Last 90 days 575 -23%
Last 365 days 2.505 +179%

Maintainer

Maintainer

Amjad Ali

Amjad.ali@awkum.edu.pk

Authors

Amjad Ali

aut / cre / cph

Muhammad Hamraz

aut

Saeed Aldahmani

aut

Zardad Khan

aut

Material

Reference manual
Package source

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

ExNRuleEnsemble archive

Depends

R ≥ 2.10

Imports

FNN