Compute and store the LSA Index. More...
#include <LSAFloatIndex.h>
Public Member Functions | |
LSAFloatIndex (int totalWords, BlockStats *stats, SortedSubIndex< WordSubIndex > *index, FileName *fileName, int eigenvalues) | |
Compute each of the LSA index values. | |
bool | calculateRow (int currentRealWord) |
Handler to calculate the LSI term-document relationships row. | |
int | listRealPosition (int position) |
Position of index elements within each list. | |
int | indexRealPosition (int position) |
Position of lists with index. |
Compute and store the LSA Index.
This class is used to compute the Latent Semantic Analysis (PLSA) values from the document index, and then store the values in a compressed index. This class makes use of the FloatIndex base class.