RetrievalModel
index
/bos/usr0/callan/Classes/11-642/2023-F/RetrievalModel.py

RetrievalModel is the root class in the retrieval model hierarchy.

 
Classes
       
builtins.object
RetrievalModel

 
class RetrievalModel(builtins.object)
    RetrievalModel is the root class in the retrieval model hierarchy. 
This hierarchy is used to create objects that provide fast access to
retrieval model parameters and indicate to the query operators how
the query should be evaluated.
 
  Methods defined here:
defaultQrySopName()
The name of the default query operator for the retrieval model.
 
Returns the name of the default query operator.

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
sys = <module 'sys' (built-in)>