| 
 | Terrier IR Platform 2.2.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.gla.terrier.matching.models.aftereffect.AfterEffect
uk.ac.gla.terrier.matching.models.aftereffect.L
public class L
This class implements the L model for the first normalisation by after effect. L stands for the Laplace succession.
| Constructor Summary | |
|---|---|
| L() | |
| Method Summary | |
|---|---|
|  double | gain(double tf,
     double documentFrequency,
     double termFrequency)This method computes the gain of encountering an extra token of the query term. | 
|  java.lang.String | getInfo()This method returns the name of the model. | 
| Methods inherited from class uk.ac.gla.terrier.matching.models.aftereffect.AfterEffect | 
|---|
| getParameter, setAverageDocumentLength, setParameter | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public L()
| Method Detail | 
|---|
public java.lang.String getInfo()
getInfo in class AfterEffect
public double gain(double tf,
                   double documentFrequency,
                   double termFrequency)
gain in class AfterEffecttf - The term frequency in the documentdocumentFrequency - The document frequency of the termtermFrequency - the term frequency in the collection
| 
 | Terrier IR Platform 2.2.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||