|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.georgetown.gucs.experiment.Comparer
edu.georgetown.gucs.experiment.ParameterSearch
public class ParameterSearch
A ParameterSearch determines the best settings to use when running an Experiment. class is the Experiment class without the database back-end. It takes an XML configuration file, which contains many tokenizer sets and IDF ranges and some mangler lines. It then runs and finds good parameters.
Field Summary |
---|
Fields inherited from class edu.georgetown.gucs.experiment.Comparer |
---|
comparisonType, completedExperiments, configuration, dataset, datasetFiles, datasetPath, db, description, dictionaryCounts, dictionaryPercents, experimentID, fingerprinterName, language, manglers, manglerStrings, matcherHash, maxIDF, minIDF, numberOfTrials, numberOfTrialThreads, randomSeeds, resultType, sampleCounts, samplePercents, tokenizerLists, tokenizerNameLists, totalExperiments, trialResults |
Constructor Summary | |
---|---|
ParameterSearch(java.lang.String configFileName)
Constructor. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
void |
printTrialResults()
Prints the results from all the trials. |
void |
runParameterSearch()
Runs trials for each parameter specified |
Methods inherited from class edu.georgetown.gucs.experiment.Comparer |
---|
getManglerStrings, loadXMLConfig, runTrials, sanityCheck, showSettings |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParameterSearch(java.lang.String configFileName)
configFileName
- The name of the configuration file.Method Detail |
---|
public void printTrialResults()
public void runParameterSearch()
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |