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 4.0. Copyright © 2004-2014 University of Glasgow