Learning feature weights for SVM
Code by: Minh Hoai Nguyen (minhhoai@cmu.edu)
Version: 1.0.
Released date: 12 Dec 2009
Copyrighted by Minh Hoai Nguyen
The code is provided as is without guarantee.

* Reference: If you the code please cite the following reference:
     Nguyen, M.H. & De la Torre, F. (2010). Optimal Feature Selection for Support Vector Machines. Pattern Recognition, 43(3), 584–591.


* Installation: 
1. To use the code you need to first need to download and install CVX:
http://www.stanford.edu/~boyd/cvx/

2. Additionally, to run the demo file, you need to install LibSVM:
http://www.csie.ntu.edu.tw/~cjlin/libsvm/                         
                          

* How to use:
1. The main library file is: ml_minhSVM.m
2. For a demo run m_demo.m
