#include <CDocumentFrequencyElement.h>
Public Member Functions | |
Constructors | |
| CDocumentFrequencyElement (TID inID, float inDocumentFrequency) | |
| constructor fills mContent with inID,inDocumentFrequency | |
| CDocumentFrequencyElement (istream &inStream) | |
| CDocumentFrequencyElement (const CDocumentFrequencyElement &inElement) | |
input/output | |
| bool | input (istream &inStream) |
| bool | output (ostream &outStream) const |
| bool | writeBinary (ostream &outStream) const |
Accessors | |
| TID | getID () const |
| unsigned int | getIntegerDocumentFrequency () const |
| float | getDocumentFrequency () const |
| void | setDocumentFrequency (float) |
| void | divideDocumentFrequency (float) |