RankSVM Training, validating, & predicting ========================================== Acknowledgement: Logging is provided by easylogging++ up-to-date site: https://github.com/easylogging/easyloggingpp Requirements: CMAKE, GCC(C++) or any c++11 compatible compiler, boost libraries(program_options), Eigen3. How to build(Release): 1.copy the source files to an empty directory 2.mkdir Release 3.cd Release # In the Release directory 4.cmake -DCMAKE_BUILD_TYPE=Release .. # Change the Release to Debug for Debug build How to build it under windows(un-tested) 1.Install & configure: Eigen3 & boost 2.use cmake or VS