|  | 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)
 |