|
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.structures.indexing.TermEstimateIndex
public class TermEstimateIndex
This class implements a data structure for the term estimate (P_{avg}) of language modelling approach to IR.
| Constructor Summary | |
|---|---|
TermEstimateIndex()
The default constructor. |
|
TermEstimateIndex(Index index)
|
|
| Method Summary | |
|---|---|
void |
dumpTermEstimateIndex()
This method prints all the entries in the term estimate index. |
double |
getTermEstimateByTermid(int termid)
Get the term estimate of a term by termid. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TermEstimateIndex()
public TermEstimateIndex(Index index)
| Method Detail |
|---|
public void dumpTermEstimateIndex()
public double getTermEstimateByTermid(int termid)
termid - The id of term.
|
Terrier IR Platform 2.2.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||