Package: varrank
Type: Package
Title: Heuristics Tools Based on Mutual Information for Variable
        Ranking
Version: 0.5
Authors@R: c(person("Gilles", "Kratzer", role = c("aut"),
             email = "gilles.kratzer@math.uzh.ch",
             comment = c(ORCID = "0000-0002-5929-8935")),
             person("Reinhard", "Furrer", role = c("ctb"), 
             email = "reinhard.furrer@math.uzh.ch",
             comment = c(ORCID = "0000-0002-6319-2332")),
             person("Annina", "Cincera", role = c("cre"),
             email = "annina.cincera@math.uzh.ch")) 
Author: Gilles Kratzer [aut] (<https://orcid.org/0000-0002-5929-8935>),
  Reinhard Furrer [ctb] (<https://orcid.org/0000-0002-6319-2332>),
  Annina Cincera [cre]
Maintainer: Annina Cincera <annina.cincera@math.uzh.ch>
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) <doi:10.1109/72.298224>. 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. 
Encoding: UTF-8
License: GPL-3
LazyData: true
Suggests: Boruta, FSelector, caret, e1071, mlbench, psych, varSelRF,
        gplots, entropy, testthat, knitr, markdown
URL: https://www.math.uzh.ch/pages/varrank/
Imports: stats, FNN, grDevices
Depends: R (>= 3.5.0)
VignetteBuilder: knitr
RoxygenNote: 6.1.0
NeedsCompilation: no
Packaged: 2022-10-12 14:17:09 UTC; acince
Repository: CRAN
Date/Publication: 2022-10-12 15:20:02 UTC
Built: R 4.2.0; ; 2022-10-13 11:56:51 UTC; unix
