BM25TF(const double rawTF, const double k1, const double b, const double docLen, const double avgDocLen) | TFIDFRetMethod | [inline, static] |
cacheDocReps | TextQueryRetMethod | [protected] |
computeDocRep(int docID) | TFIDFRetMethod | [inline, virtual] |
computeQueryRep(Query &qry) | TextQueryRetMethod | [inline, virtual] |
computeTextQueryRep(TextQuery &qry) | TFIDFRetMethod | [inline, virtual] |
TextQueryRetMethod::computeTextQueryRep(int docid) | TextQueryRetMethod | [inline, virtual] |
docReps | TextQueryRetMethod | [protected] |
docRepsSize | TextQueryRetMethod | [protected] |
docTFParam | TFIDFRetMethod | [protected] |
fbParam | TFIDFRetMethod | [protected] |
idfV | TFIDFRetMethod | [protected] |
ind | RetrievalMethod | [protected] |
qryTFParam | TFIDFRetMethod | [protected] |
RetrievalMethod(Index &collectionIndex) | RetrievalMethod | [inline] |
scAcc | TextQueryRetMethod | [protected] |
scFunc | TFIDFRetMethod | [protected] |
scoreCollection(QueryRep &qry, IndexedRealVector &results) | TextQueryRetMethod | [virtual] |
scoreCollection(int docid, IndexedRealVector &results) | TextQueryRetMethod | [virtual] |
scoreDoc(QueryRep &qry, int docID) | TextQueryRetMethod | [virtual] |
scoreDocSet(QueryRep &qry, DocIDSet &docSet, IndexedRealVector &results) | RetrievalMethod | [virtual] |
scoreDocVector(TextQueryRep &qry, int docID, FreqVector &docVector) | TextQueryRetMethod | [virtual] |
scoreFunc() | TFIDFRetMethod | [inline, virtual] |
scoreInvertedIndex(QueryRep &qryRep, IndexedRealVector &scores, bool scoreAll=false) | TextQueryRetMethod | [virtual] |
setDocTFParam(TFIDFParameter::WeightParam &docTFWeightParam) | TFIDFRetMethod | [inline] |
setFeedbackParam(TFIDFParameter::FeedbackParam &feedbackParam) | TFIDFRetMethod | [inline] |
setQueryTFParam(TFIDFParameter::WeightParam &queryTFWeightParam) | TFIDFRetMethod | [inline] |
TextQueryRetMethod(Index &ind, ScoreAccumulator &accumulator) | TextQueryRetMethod | [inline] |
TFIDFRetMethod(Index &dbIndex, ScoreAccumulator &accumulator) | TFIDFRetMethod | |
updateQuery(QueryRep &qryRep, DocIDSet &relDocs) | TextQueryRetMethod | [inline, virtual] |
updateTextQuery(TextQueryRep &qryRep, DocIDSet &relDocs) | TFIDFRetMethod | [virtual] |
~RetrievalMethod() | RetrievalMethod | [inline, virtual] |
~TextQueryRetMethod() | TextQueryRetMethod | [inline, virtual] |
~TFIDFRetMethod() | TFIDFRetMethod | [inline, virtual] |