Compute and store the thesarus. More...
#include <Thesaurus-template.h>
  
 Public Member Functions | |
| FloatThesaurus (int totalWords, BlockStats *stats, SortedSubIndex< WordSubIndex > *index, FileName *fileName, int eigenvalues, int iterations) | |
| Compute each of the thesaurus values.  | |
| bool | calculateRow (int currentRealWord) | 
| Calculate the row and return TRUE if it should be stored.  | |
| int | listRealPosition (int position) | 
| Return the real list position (based on the initial index).  | |
| int | indexRealPosition (int position) | 
| Return the real index position (based in the initial index).  | |
| Quantise * | createQuantiser (float lower, float upper) | 
| Assign a quantiser to convert floats to ints.  | |
Compute and store the thesarus.
This class is used to compute the thesaurus values from the document index, and then store the values in a compressed thesarus. This class makes use of the FloatIndex base class.
 1.6.1