Commit bad30bcf authored by Davis King's avatar Davis King

Fixed grammar

parent cc2de0e9
...@@ -115,10 +115,10 @@ int main() ...@@ -115,10 +115,10 @@ int main()
// set of non-relevant web pages. // set of non-relevant web pages.
// //
// To handle cases like this, we can simply give multiple ranking_pair // To handle cases like this, we can simply give multiple ranking_pair
// instances to the trainer. Each ranking_pair representing the // instances to the trainer. Therefore, each ranking_pair would
// relevant/non-relevant sets for a particular query. An example is // represent the relevant/non-relevant sets for a particular query. An
// shown below (for simplicity, we reuse our data from above to make 4 // example is shown below (for simplicity, we reuse our data from above
// identical "queries"). // to make 4 identical "queries").
std::vector<ranking_pair<sample_type> > queries; std::vector<ranking_pair<sample_type> > queries;
queries.push_back(data); queries.push_back(data);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment