Uses of Class
gov.nist.nlpir.irf.query.IdxWeightsWithMatchDegree

Packages that use IdxWeightsWithMatchDegree
gov.nist.nlpir.irf.query classes that model the information retrieval query, its interpretation, and evaluation 
 

Uses of IdxWeightsWithMatchDegree in gov.nist.nlpir.irf.query
 

Fields in gov.nist.nlpir.irf.query declared as IdxWeightsWithMatchDegree
private  IdxWeightsWithMatchDegree QueryModalityUnit.combiner
          The combination of indexing weights and matching degree.
 

Methods in gov.nist.nlpir.irf.query that return IdxWeightsWithMatchDegree
 IdxWeightsWithMatchDegree QueryModalityUnit.getCombiner()
          Gets the Combiner of the QueryModalityUnit.
 

Constructors in gov.nist.nlpir.irf.query with parameters of type IdxWeightsWithMatchDegree
QueryModalityUnit.QueryModalityUnit(java.lang.String idx, Matcherbp ma, IdxWeightsWithMatchDegree co, java.lang.String doc, java.lang.String attr, double threshold)
          Creates a QueryModalityUnit and initializes IndexName, DocType, AttributeName and ThresholdMD.