rlichtenwalter / mRMR

A re-implementation of the minimum redundancy maximum relevance (mRMR) feature selection algorithm with emphasis on greatly increased perfomance (1000x or greater on large data sets) and an improved user interface.
GNU General Public License v3.0
3 stars 1 forks source link

Improved mRMR is a re-implementation of the minimum redundancy maximum relevance (mRMR) feature selection algorithm with emphasis on greatly increased perfomance (1000x or greater on large data sets) and an improved user interface. There are no disadvantages to using this utility as opposed to the original release by Hanchuan Peng, but benefits include:

BUILING

  1. To build, enter project directory and type 'make'.
  2. To run from project directory, type './mrmr -h' to get usage information and additional help.

EXAMPLE USAGE

The following two commands are equivalent in effect when run from the project top-level directory.

< example.tsv bin/mrmr bin/mrmr -t '\t' -c 1 -d 'truncate' example.tsv

Notes: Implemented discretization functionality is minimal. Feature values are expected to be or to discretize to be contiguous integers starting from 0, but this is not currently checked.

VERSION HISTORY

0.93 (beta)

0.92 (beta)

0.91 (beta)

0.9 (beta)

0.1 (beta)