Package org.terrier.structures
Interface BlockEntryStatistics
-
- All Superinterfaces:
EntryStatistics
,java.io.Serializable
- All Known Implementing Classes:
Tr3BlockFieldLexiconEntry
,Tr3BlockLexiconEntry
@Deprecated public interface BlockEntryStatistics extends EntryStatistics
Deprecated.Interface describing the statistics for a block entry. It is just an Entry with a block count.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description int
getBlockCount()
Deprecated.The number of blocks that this term has.-
Methods inherited from interface org.terrier.structures.EntryStatistics
add, getDocumentFrequency, getFrequency, getMaxFrequencyInDocuments, getTermId, getWritableEntryStatistics, setDocumentFrequency, setFrequency, setMaxFrequencyInDocuments, subtract
-
-