#include <CDocumentFrequencyElement.h>
Public Member Functions | |
Constructors | |
CDocumentFrequencyElement () | |
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) |
modification history:
HM 090399 created the documentation
compiler defines used: A pair of Document Frequency ID: Can be used for FeatureIDs and DocumentIDs
CDocumentFrequencyElement::CDocumentFrequencyElement | ( | TID | inID, | |
float | inDocumentFrequency | |||
) |
constructor fills mContent with inID,inDocumentFrequency