rudi-cilibrasi / classic-complearn

The pre-2015 version of libcomplearn, a data-compression based machine learning library. Minor bugfixes for legacy code.
Other
1 stars 0 forks source link

classic-complearn

The pre-2015 version of libcomplearn, a data-compression based machine learning library. Minor bugfixes for legacy code.

Written by Rudi Cilibrasi cilibrar@alumni.caltech.edu

Prerequisites:

sudo apt-get install gob2 autopoint automake zlib1g-dev bzip2

To compile:

./autogen
./configure
make

To install:

sudo make install