#include <FreqVector.hpp>
Inheritance diagram for FreqVector:
Public Methods | |
virtual bool | find (int ind,int &freq)=0 |
Find the frequency of a word identified by the index "ind". | |
virtual void | startIteration ()=0 |
virtual bool | hasMore ()=0 |
virtual void | nextFreq (int &id,int &freq)=0 |
Fetch the next frequency entry. | |
virtual int | size ()=0 |
|
Find the frequency of a word identified by the index "ind".
Reimplemented in HashFreqVector. |
|
Reimplemented in HashFreqVector. |
|
Fetch the next frequency entry.
Reimplemented in HashFreqVector. |
|
Reimplemented in HashFreqVector. |
|
Reimplemented in HashFreqVector. |