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