Learn R Programming

varrank (version 0.5)

Heuristics Tools Based on Mutual Information for Variable Ranking

Description

A computational toolbox of heuristics approaches for performing variable ranking and feature selection based on mutual information well adapted for multivariate system epidemiology datasets. The core function is a general implementation of the minimum redundancy maximum relevance model. R. Battiti (1994) . Continuous variables are discretized using a large choice of rule. Variables ranking can be learned with a sequential forward/backward search algorithm. The two main problems that can be addressed by this package is the selection of the most representative variable within a group of variables of interest (i.e. dimension reduction) and variable ranking with respect to a set of features of interest.

Copy Link

Version

Install

install.packages('varrank')

Monthly Downloads

163

Version

0.5

License

GPL-3

Maintainer

Annina Cincera

Last Published

October 12th, 2022

Functions in varrank (0.5)

print.varrank

Methods for Varrank Objects
mi.data

Empirical Estimate of the Mutual Information from a Table of Counts
nassCDS

Airbag and other influences on accident fatalities
plot.varrank

Visualization of varrank output
summary.varrank

Summary Methods for Varrank Objects
discretization

Discretization of a Possibly Continuous Data Frame of Random Variables
entropy.data

Computes an Empirical Estimation of the Entropy from a Table of Counts
varrank

Heuristics Tools Based on Mutual Information for Variable Ranking and Feature Selection