Displaying 1 result from an estimated 1 matches for "learn_score".
2011 Jun 07
0
Introduction and Discussion for Learning to Rank Framework
...Though we will provide the training file and model file with the standard
distributions which is quite general for direct use.
void learn_model() - this method trains the SVM model with the use of
training file, and writes the model into a model file which can be used to
rank the document.
double learn_score() - Here we may calculate the score of the document using
the model file with the generated vector.
Flow of the program: We have to make a quest like utility say questletor,
here we will get the initial ranklist in MSet. Now for each document we will
get the feature values. Calculation of this fea...