Skip to content

Commit

Permalink
Updated Readme file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Craigacp committed Feb 23, 2014
1 parent be028f7 commit ac28357
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README → README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
MIToolbox v2.0 for C/C++ and MATLAB/OCTAVE
MIToolbox
=========
v2.1 for C/C++ and MATLAB/Octave

The MIToolbox contains a set of functions to calculate information theoretic
MIToolbox contains a set of functions to calculate information theoretic
quantities from data, such as the entropy and mutual information. The toolbox
contains implementations of the most popular Shannon entropies, and also the
lesser known Renyi entropy. The toolbox also provides implementations of
Expand Down Expand Up @@ -71,15 +73,16 @@ demonstration feature selection algorithms are provided as is with no warranty
as examples of how to use the library in MATLAB.

Update History
22/02/2014 - v2.1 - Fixed a couple of bugs related to memory handling.
Added a make install for compatibility with PyFeast.
30/07/2011 - v2.00 - Added implementations of the weighted entropy and weighted
mutual information. More cleanup of Mex entry point
to further check the inputs.
08/11/2011 - v1.03 - Minor documentation changes to accompany the JMLR publication.
15/10/2010 - v1.02 - Fixed bug where MIToolbox would cause a segmentation fault
if a x by 0 empty matrix was passed in. Now prints an
error message and returns gracefully.
02/09/2010 - v1.01 - Updated CMIM.m in demonstration_algorithms, due to a bug
where the last feature would not be selected first if it
had the highest MI.
02/09/2010 - v1.01 - Fixed a bug in CMIM.m where the last feature would not be
selected first if it had the highest MI.
07/07/2010 - v1.00 - Initial Release.

0 comments on commit ac28357

Please sign in to comment.