|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntryStatistics
An interface for basic statistics about a lexical entry (usually a term)
Method Summary | |
---|---|
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 |
getTermId()
The id of the term |
void |
subtract(EntryStatistics e)
Decrement the statistics of this object by that of another |
Method Detail |
---|
int getFrequency()
int getDocumentFrequency()
int getTermId()
void add(EntryStatistics e)
void subtract(EntryStatistics e)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |