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

LocalParameter Namespace Reference

Application specific parameters. More...


Functions

void get ()
 Get the application specific parameters.


Variables

String index
String docID
int summLength
int memory
string indexType
string manager
string mgrType
string stopwords
string acronyms
string docFormat
string stemmer
int position
string dataFiles
bool countStopWords
string df
string ctf
string dfDocs
string dfCounts
bool countStopWds
int cutoff
string ranksfile
double initialMu
String expandedQuery
String initQuery
String feedbackDocuments
String smoothSupportFile
String L2File
int psgSize
String query
string qryOutFile
string outFile
String dbManager
 database manager

string listFile
 Filename for a list of databases to sample.

string initModel
 Initial query selection model.

String queryModel


Detailed Description

Application specific parameters.

This is a sample application that does distributed retrieval, using a resource selection index and individual indexes. resource selection is done using the CORI_CS (the only resource selection implemented thus far). results merging uses either CORIMergeMethod, SingleRegrMergeMethod, or MultiRegrMergeMethod. (If using CORIMerge, should use INQUERY for the retrieval method of each individual database.)

Parameters should be set as follows: index = the collection selection database collCounts = collection counts file for the csindex (needed by CORI) ranksFile = file to write rankings results to (optional) resultFile = file to write final results resultCount = maximum number of results to output for each query (default to 1000) textQuery = file of text queries in docstream format cutoff = maximum number of databases to search (default to 10) "dbids" = "db's param file" - required for each database in the collection selection index. key should be the db's string id as it was named/indexed in the collection selection index, and value should be name of file that has parameters for that database: index = the individual database retModel = the retrieval model to use mergeMethod = the merging method to use "modelvals" - whatever parameters are required for that retModel CSTF_factor The TFfactor parameter in the CORI_CS resource selection method.

CSTF_baseline The TFbaseline parameter in the CORI_CS resource selection method.

mergeMethod resource merging method (0 for CORI results merging method, 1 for single regression results merging method, 2 for multiple regression merge)

Merginge Method-specific parameters:

For CORI merging Method: None

For Single and Multiple regression merging methods:

1. csDbDataBaseIndex the centralized sampling database index

2. DOCTF_factor The TFfactor parameter in the INQUERY retrieval method for the centralized sampling database.

3. DOCTF_baseline The TFbaseline parameter in the INQUERY retrieval method for the centralized sampling database.


Function Documentation

void LocalParameter::get  
 

Get the application specific parameters.


Variable Documentation

string LocalParameter::acronyms
 

bool LocalParameter::countStopWds
 

bool LocalParameter::countStopWords
 

string LocalParameter::ctf
 

int LocalParameter::cutoff [static]
 

string LocalParameter::dataFiles
 

String LocalParameter::dbManager
 

database manager

string LocalParameter::df
 

string LocalParameter::dfCounts
 

string LocalParameter::dfDocs
 

string LocalParameter::docFormat
 

String LocalParameter::docID
 

String LocalParameter::expandedQuery
 

String LocalParameter::feedbackDocuments
 

string LocalParameter::index
 

string LocalParameter::indexType
 

double LocalParameter::initialMu
 

string LocalParameter::initModel
 

Initial query selection model.

String LocalParameter::initQuery
 

String LocalParameter::L2File [static]
 

string LocalParameter::listFile
 

Filename for a list of databases to sample.

string LocalParameter::manager
 

int LocalParameter::memory
 

string LocalParameter::mgrType
 

string LocalParameter::outFile
 

int LocalParameter::position
 

int LocalParameter::psgSize
 

string LocalParameter::qryOutFile
 

String LocalParameter::query
 

String LocalParameter::queryModel
 

string LocalParameter::ranksfile [static]
 

String LocalParameter::smoothSupportFile [static]
 

string LocalParameter::stemmer
 

string LocalParameter::stopwords
 

int LocalParameter::summLength
 


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