| Modifier and Type | Method and Description | 
|---|---|
| Object | clone()Deprecated.  Return a clone of this object (deep copy). | 
| String | getName()Deprecated.  Returns the name of the modifier. | 
| int | hashCode()Deprecated.  Returns a hash code of this object | 
| int | modifyScores(double[] termScores,
            int[][] pointers)Deprecated.  Modifies the scores of the documents for a given 
 set of pointers, or postings. | 
int modifyScores(double[] termScores,
               int[][] pointers)
termScores - double[] the scores of the documents.pointers - int[][] the vectors that contain the pointers,
        that is pairs of document identifiers and term frequencies.String getName()
Object clone()
Terrier Information Retrieval Platform4.1. Copyright © 2004-2015, University of Glasgow