CSCPlsaMap< T > Class Template Reference

Compute the PLSA thesaurus using a CSC matrix. More...

Inheritance diagram for CSCPlsaMap< T >:
PlsaMap

List of all members.

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.

Detailed Description

template<typename T>
class CSCPlsaMap< T >

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.

Author
lapark
Revision
1.1.2.1
Date
2009/11/02 12:51:51
Id
CSCPlsaMap.tcc,v 1.1.2.1 2009/11/02 12:51:51 lapark Exp

The documentation for this class was generated from the following file:
 All Classes Functions Variables Friends

Generated on Tue Nov 10 14:12:11 2009 for textIR by  doxygen 1.6.1