Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

PLSAParam Namespace Reference

A package of PLSA parameter definitions and loading procedures General PLSA related parameters. More...


PLSA parameters

String databaseIndex
 database index

int numCats
 number of categories

double beta
 Beta for TEM.

double betaMin
 Beta for TEM.

double eta
 eta for TEM (beta = eta * beta;)

double annealcue
 annealcue value (delta)

int numIters
 How many iterations.

int numRestarts
 How many restarts.

int testPercentage
 Test percentage for splitting (10%).

bool doTrain
 Are we training?


Functions

void get ()
 To get the filename of centralized sampling database.


Detailed Description

A package of PLSA parameter definitions and loading procedures General PLSA related parameters.

Function Documentation

void get   [static]
 

To get the filename of centralized sampling database.


Variable Documentation

double PLSAParam::annealcue [static]
 

annealcue value (delta)

double PLSAParam::beta [static]
 

Beta for TEM.

double PLSAParam::betaMin [static]
 

Beta for TEM.

String PLSAParam::databaseIndex [static]
 

database index

bool PLSAParam::doTrain [static]
 

Are we training?

double PLSAParam::eta [static]
 

eta for TEM (beta = eta * beta;)

int PLSAParam::numCats [static]
 

number of categories

int PLSAParam::numIters [static]
 

How many iterations.

int PLSAParam::numRestarts [static]
 

How many restarts.

int PLSAParam::testPercentage [static]
 

Test percentage for splitting (10%).


Generated on Wed Nov 3 13:00:08 2004 for Lemur Toolkit by doxygen1.2.18