QuickRank
v2.0
QuickRank: A C++ suite of Learning to Rank algorithms
|
This class is a code generator on QuickRank XML files. More...
#include <generate_vpred.h>
Public Member Functions | |
void | generate_vpred_input (const std::string &ensemble_file, const std::string &output_file) |
Generates the VPRED intermediate file of the given XML model. More... | |
This class is a code generator on QuickRank XML files.
The XML format is used for loading and storing ranking models.
void quickrank::io::GenVpred::generate_vpred_input | ( | const std::string & | ensemble_file, |
const std::string & | output_file | ||
) |
Generates the VPRED intermediate file of the given XML model.
This applies to forests of oblivious trees.
model_filename | Previously saved XML ranker model. |
code_filename | Output source code file name. |