#include "ranksvmtn.h" using namespace std; using namespace Eigen; int RSVMTN::train(DataSet &D, Labels &label){ return 0; }; int RSVMTN::predict(DataSet &D, Labels &res){ return 0; };