QuickRank
v2.0
QuickRank: A C++ suite of Learning to Rank algorithms
|
#include "learning/ltr_algorithm_factory.h"
#include "learning/forests/mart.h"
#include "learning/forests/lambdamart.h"
#include "learning/forests/obliviousmart.h"
#include "learning/forests/obliviouslambdamart.h"
#include "learning/forests/rankboost.h"
#include "learning/linear/coordinate_ascent.h"
#include "learning/linear/line_search.h"
#include "learning/custom/custom_ltr.h"
Namespaces | |
quickrank | |
quickrank::learning | |
Functions | |
std::shared_ptr< quickrank::learning::LTR_Algorithm > | quickrank::learning::ltr_algorithm_factory (ParamsMap &pmap, bool verbose) |