Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

Probabilistic Latent Semantic Analysis

This application will either perform PLSA on a collection, building three probability tables: P(z), P(d|z), and P(w|z) where z in Z are the latent variables (categories), d in D are the documents in the collection, and w in W are the terms in the vocabulary over the collection, or open those tables and read them into memory to illustrate their potential use.

The parameter doTrain (true|false) determines whether the tables are constructed or read. The default value is true.

The other parameters accepted by PLSA are:


Generated on Tue Jun 15 11:02:58 2010 for Lemur by doxygen 1.3.4