public class LL extends AfterEffect
| Modifier and Type | Field and Description | 
|---|---|
| protected String | methodNameThe name of the model. | 
avl, parameter| Constructor and Description | 
|---|
| LL()The default constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| double | gain(double tf,
    double documentFrequency,
    double termFrequency)This method computes the gain of encountering an extra token of the query term. | 
| String | getInfo()Returns the name of the method. | 
clone, getParameter, setAverageDocumentLength, setParameterprotected final String methodName
public String getInfo()
getInfo in class AfterEffectpublic 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 collectionTerrier Information Retrieval Platform4.1. Copyright © 2004-2015, University of Glasgow