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

PLSAParam Namespace Reference

General PLSA related parameters. More...


PLSA parameters

std::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

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.

std::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 Tue Jun 15 11:03:08 2010 for Lemur by doxygen 1.3.4