public class ExperimenterDefaults
extends java.lang.Object
implements java.io.Serializable
weka/gui/experiment/Experimenter.props
.PROPERTY_FILE
,
Serialized FormModifier and Type | Field and Description |
---|---|
static java.lang.String |
PROPERTY_FILE
The name of the properties file
|
Constructor and Description |
---|
ExperimenterDefaults() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
get(java.lang.String property,
java.lang.String defaultValue)
returns the value for the specified property, if non-existent then the
default value.
|
static java.lang.String |
getColumn()
the comma-separated list of attribute names that identify a column
|
static java.lang.String |
getComparisonField()
returns the name of the field used for comparison
|
static boolean |
getDatasetsFirst()
whether datasets or algorithms are iterated first
|
static java.lang.String |
getDestination()
returns the default destination
|
static java.lang.String |
getExperimentType()
returns the default experiment type
|
static java.lang.String |
getExtension()
returns the default experiment extension
|
static int |
getFolds()
returns the number of folds used for cross-validation
|
static java.io.File |
getInitialDatasetsDirectory()
returns the initial directory for the datasets (if empty, it returns
the user's home directory)
|
static int |
getMeanPrecision()
returns the default precision for the mean
|
static java.lang.String |
getOutputFormat()
returns the classname of the ResultMatrix class, responsible for the
output format
|
static java.util.Properties |
getProperties()
returns the associated properties file
|
static boolean |
getRemoveFilterClassnames()
whether the filter classnames in the dataset names are removed by default
|
static int |
getRepetitions()
returns the number of repetitions to use
|
static java.lang.String |
getRow()
the comma-separated list of attribute names that identify a row
|
static boolean |
getShowAverage()
returns whether the Average is shown by default
|
static boolean |
getShowStdDevs()
returns whether StdDevs are shown by default
|
static double |
getSignificance()
returns the default significance
|
static java.lang.String |
getSorting()
returns the default sorting (empty string means none)
|
static int |
getStdDevPrecision()
returns the default precision for the stddevs
|
static java.lang.String |
getTester()
returns the display name of the preferred Tester algorithm
|
static double |
getTrainPercentage()
returns the training percentage in case of splits
|
static boolean |
getUseClassification()
whether classification or regression is used
|
static boolean |
getUseRelativePaths()
whether relative paths are used by default
|
static void |
main(java.lang.String[] args)
only for testing - prints the content of the props file
|
public static final java.lang.String PROPERTY_FILE
public static java.lang.String get(java.lang.String property, java.lang.String defaultValue)
property
- the property to retrieve the value fordefaultValue
- the default value for the propertypublic static final java.util.Properties getProperties()
public static final java.lang.String getExtension()
public static final java.lang.String getDestination()
public static final java.lang.String getExperimentType()
public static final boolean getUseClassification()
public static final int getFolds()
public static final double getTrainPercentage()
public static final int getRepetitions()
public static final boolean getDatasetsFirst()
public static final java.io.File getInitialDatasetsDirectory()
public static final boolean getUseRelativePaths()
public static final java.lang.String getTester()
Tester
,
PairedCorrectedTTester
public static final java.lang.String getRow()
public static final java.lang.String getColumn()
public static final java.lang.String getComparisonField()
public static final double getSignificance()
public static final java.lang.String getSorting()
public static final boolean getShowStdDevs()
public static final boolean getShowAverage()
public static final int getMeanPrecision()
public static final int getStdDevPrecision()
public static final java.lang.String getOutputFormat()
ResultMatrix
,
ResultMatrixPlainText
public static final boolean getRemoveFilterClassnames()
public static void main(java.lang.String[] args)
args
- commandline parameters - ignored