QuickRank
v2.0
QuickRank: A C++ suite of Learning to Rank algorithms
|
Classes | |
class | CoordinateAscent |
This implements the Coordinate Ascent algorithm. More... | |
class | LineSearch |
This implements the Line Search algorithm. More... | |
Functions | |
void | preCompute (Feature *training_dataset, size_t num_docs, size_t num_fx, Score *PreSum, double *weights, Score *MyTrainingScore, size_t i) |