public interface EntryStatistics extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
add(EntryStatistics e)
Increment the statistics of this object by that of another
|
int |
getDocumentFrequency()
The number of documents that the entry (term) occurred in
|
int |
getFrequency()
The frequency (total number of occurrences) of the entry (term).
|
int |
getMaxFrequencyInDocuments() |
int |
getTermId()
The id of the term
|
EntryStatistics |
getWritableEntryStatistics()
Get a copy of these entry statistics that can be reused.
|
void |
setDocumentFrequency(int nt) |
void |
setFrequency(int F) |
void |
setMaxFrequencyInDocuments(int max) |
void |
subtract(EntryStatistics e)
Decrement the statistics of this object by that of another
|
int getFrequency()
void setFrequency(int F)
int getDocumentFrequency()
void setDocumentFrequency(int nt)
int getTermId()
int getMaxFrequencyInDocuments()
void setMaxFrequencyInDocuments(int max)
void add(EntryStatistics e)
void subtract(EntryStatistics e)
EntryStatistics getWritableEntryStatistics()
Terrier Information Retrieval Platform 5.1. Copyright © 2004-2019, University of Glasgow