Compute the PLSA thesaurus using a CSC matrix. More...
  
 Public Member Functions | |
| CSCPlsaMap (CSCTriple_Matrix< T > *cscIndex, int documents1, int words1, int topics1) | |
| Initialise matrix and storage.  | |
| void | nextElement (void) | 
| Access the next element of the matrix.  | |
| void | reset (void) | 
| Reset the matrix pointer.  | |
| int | term (void) | 
| Return the current term.  | |
| int | document (void) | 
| Return the current document.  | |
| float | frequency (void) | 
| Return the current value.  | |
Compute the PLSA thesaurus using a CSC matrix.
This class is used to compute the Probabilistic Latent Semantic Analysis (PLSA) values from the document index and store them in a CSC_matrix.
 1.6.1