public final class TrialParameters
extends java.lang.Object
Constructor and Description |
---|
TrialParameters(java.lang.String dataset,
java.lang.String sampleParameter,
java.lang.String dictionaryParameter,
java.lang.String minIDF,
java.lang.String maxIDF,
java.lang.String tokenizers,
java.lang.String manglers,
java.lang.String fingerprinter,
java.lang.String matcher,
java.lang.String matcherScore)
Constructor that specifies all the parameters for a trial
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDataset()
Provides the dataset for this trial
|
java.lang.String |
getDictionaryParameter()
Provides the dictionary count or percent for this trial
|
java.lang.String |
getFingerprinter()
Provides the fingerprinter for this trial
|
java.lang.String |
getManglers()
Provides the manglers for this trial
|
java.lang.String |
getMatcher()
Provides the matcher for this trial
|
java.lang.String |
getMatcherScore()
Provides the matcher minimum score for this trial
|
java.lang.String |
getMaxIDF()
Provides the maximum IDF for this trial
|
java.lang.String |
getMinIDF()
Provides the minimum IDF for this trial
|
java.lang.String |
getSampleParameter()
Provides the sample count or percent for this trial
|
java.lang.String |
getTokenizers()
Provides the tokenizers for this trial
|
java.lang.String |
toString()
Provides a string representation of the parameters needed for results comparisons
|
public TrialParameters(java.lang.String dataset, java.lang.String sampleParameter, java.lang.String dictionaryParameter, java.lang.String minIDF, java.lang.String maxIDF, java.lang.String tokenizers, java.lang.String manglers, java.lang.String fingerprinter, java.lang.String matcher, java.lang.String matcherScore)
dataset
- the string name of the dataset and the database to insert trial resultssampleParameter
- the string count or percent used for the file sample size in this trial; numbers less than 1 are processed
as percents, numbers greater than or equal to 1 are processed as countsdictionaryParameter
- the string count or percent used for dictionary creation in this trial; numbers less than 1 are processed
as percents, numbers greater than or equal to 1 are processed as countsminIDF
- the string minimum normalized IDF to kept in the dictionary in this trialmaxIDF
- the string maximum normalized IDF to kept in the dictionary in this trialtokenizers
- the string containing the tokenizers used in this trialmanglers
- the list of different mangler strings used in this trialfingerprinter
- the string name of the fingerprinter used in this trialmatcher
- the string name of the matcher used for fingerprint comparisons in this trialmatcherScore
- the string minimum score that the matcher considers a matchpublic java.lang.String getDataset()
public java.lang.String getSampleParameter()
public java.lang.String getDictionaryParameter()
public java.lang.String getMinIDF()
public java.lang.String getMaxIDF()
public java.lang.String getFingerprinter()
public java.lang.String getMatcher()
public java.lang.String getMatcherScore()
public java.lang.String getTokenizers()
public java.lang.String getManglers()
public java.lang.String toString()
toString
in class java.lang.Object