search for: learn_model

Displaying 1 result from an estimated 1 matches for "learn_model".

2011 Jun 07
0
Introduction and Discussion for Learning to Rank Framework
...ery file and their relevance judgements file. This method will generate the training file if the desired input files are in standard format which will be made public. 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...