|
Methods defined here:
- __init__(self, parameters)
- Initialize self. See help(type(self)) for accurate signature.
- rerank(self, queries, results)
- Update the results for a set of queries with new scores.
queries: A dict of {qid : qString} pairs.
results: A dict of {qid : [(score, externalId) ...]} tuples.
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|