Matlab Learning: a Matlab-based machine learning toolbox.
d matlearn/ - home directory
d +matlearn/ - main package
d +able/ - class end with able
d +class/ - classifier
d +core/ - core class
d +eval/ - evaluation metric and performance evaluator
d +func/ - funciton
d +meta/ - meta algorithm
d +prep/ - preprocessing
d +util/ - utility class
d matlearn-data/ - data file
d matlearn-dep/ - dependent code
d matlearn-mex/ - compiled mex file
d matlearn-ref/ - reference code
d matlearn-test/ - test file
- add2path.m - add matlearn directories into matlab path
- make.m - make matlearn mex files in batch
- Start
Matlabandcdinto thematlearnhome directory. - Run
make.min thematlearnhome directory to generate all the dependentmexfiles in thematlearn-depdirectory. Note that you should configure yourMatlabmexenviroment on your own. - Download the weka.jar (version 3.5) and put into the
matlearn-jardirectory. - Run
add2path.min thematlearnhome directory to add the package to yourMatlabpath.
author: rwduzhao
mailto: the_author_name_above@gmail.com