mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Fixed grammar
This commit is contained in:
parent
cc2de0e9c0
commit
bad30bcf86
@ -115,10 +115,10 @@ int main()
|
||||
// set of non-relevant web pages.
|
||||
//
|
||||
// To handle cases like this, we can simply give multiple ranking_pair
|
||||
// instances to the trainer. Each ranking_pair representing the
|
||||
// relevant/non-relevant sets for a particular query. An example is
|
||||
// shown below (for simplicity, we reuse our data from above to make 4
|
||||
// identical "queries").
|
||||
// instances to the trainer. Therefore, each ranking_pair would
|
||||
// represent the relevant/non-relevant sets for a particular query. An
|
||||
// example is shown below (for simplicity, we reuse our data from above
|
||||
// to make 4 identical "queries").
|
||||
|
||||
std::vector<ranking_pair<sample_type> > queries;
|
||||
queries.push_back(data);
|
||||
|
Loading…
Reference in New Issue
Block a user