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