// // Created by joe on 4/12/15. // #ifndef RANKSVM_RANKACCU_H #define RANKSVM_RANKACCU_H #include #include"../tools/dataProvider.h" int rank_accu(DataList &D,const std::vector pred); #endif //RANKSVM_RANKACCU_H