Uses of Class
gov.nist.nlpir.irf.result.ResultForDocMatchingQueryModalityUnit

Packages that use ResultForDocMatchingQueryModalityUnit
gov.nist.nlpir.irf.index classes and interfaces that support indexes - dictionaries of indexing features by source document or document data element 
gov.nist.nlpir.irf.result classes that model the result of a search as a hierarchy of nested results corresponding to the structure of the query 
 

Uses of ResultForDocMatchingQueryModalityUnit in gov.nist.nlpir.irf.index
 

Methods in gov.nist.nlpir.irf.index with parameters of type ResultForDocMatchingQueryModalityUnit
abstract  double IdxIntern.calcRSV(ResultForDocMatchingQueryModalityUnit aResult)
          Calculates the retrieval status value
 double IdfIdxIntern.calcRSV(ResultForDocMatchingQueryModalityUnit aResult)
          Calculates the Retrieval Status Value (RSV) of a single modality unit of the result of a query.
 double KeyWordIdxIntern.calcRSV(ResultForDocMatchingQueryModalityUnit aResult)
          Calculates the retrieval status value.
 

Uses of ResultForDocMatchingQueryModalityUnit in gov.nist.nlpir.irf.result
 

Methods in gov.nist.nlpir.irf.result with parameters of type ResultForDocMatchingQueryModalityUnit
 void ResultForDocMatchingQuery.addPartialResult(ResultForDocMatchingQueryModalityUnit aPR)
          Adds ResultForDocMatchingQueryModalityUnit to the partialResults.