gov.nist.nlpir.irf.query
Class IdxWeightsWithMatchDegree

java.lang.Object
  |
  +--gov.nist.nlpir.irf.query.IdxWeightsWithMatchDegree

public class IdxWeightsWithMatchDegree
extends java.lang.Object

Models the combination of indexing weights and matching degree.

Version:
$Revision: 1.1 $
Author:
This software was produced by NIST, an agency of the U.S. government, and by statute is not subject to copyright in the United States. Recipients of this software assume all responsibilities associated with its operation, modification and maintenance.

Constructor Summary
IdxWeightsWithMatchDegree()
           
 
Method Summary
 double combine(double dbl1, double dbl2)
          Multiply dbl1 and dbl2
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

IdxWeightsWithMatchDegree

public IdxWeightsWithMatchDegree()
Method Detail

combine

public double combine(double dbl1,
                      double dbl2)
Multiply dbl1 and dbl2
Parameters:
dbl1 - a double
dbl2 - a double
Returns:
product of dbl1 and dbl2