QuickRank
v2.0
QuickRank: A C++ suite of Learning to Rank algorithms
|
#include <memory>
#include "data/dataset.h"
#include "metric/ir/metric.h"
#include "learning/ltr_algorithm.h"
Go to the source code of this file.
Classes | |
class | quickrank::learning::forests::WeakRanker |
class | quickrank::learning::forests::Rankboost |
This implements the RankBoost algorithm. More... | |
Namespaces | |
quickrank | |
quickrank::learning | |
quickrank::learning::forests | |