|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectautoweka.ExperimentConstructor
autoweka.randomsearch.RandomSearchExperimentConstructor
public class RandomSearchExperimentConstructor
Field Summary |
---|
Fields inherited from class autoweka.ExperimentConstructor |
---|
mAllowedClassifiers, mAttribEvalClassParams, mAttribSearchClassParams, mBaseClassParams, mEnsembleClassParams, mEnsembleMaxNum, mExperiment, mExperimentPath, mIncludeBase, mIncludeEnsemble, mIncludeMeta, mInstanceGenerator, mMetaClassParams, mParamBaseDir, mProperties |
Constructor Summary | |
---|---|
RandomSearchExperimentConstructor()
|
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getCallString(java.lang.String path)
Gets the set of strings that are called on the command line to invoke the SMBO method |
java.lang.String |
getTrajectoryParserClassName()
Gets the name of the class that is used to parse the results of the SMBO method into a Trajectory |
java.lang.String |
getType()
Get a string indicating the type of this Experiment (namely the name of the SMBO method) |
void |
prepareExperiment(java.lang.String path)
Subclasses must provide this method which is responsible for |
Methods inherited from class autoweka.ExperimentConstructor |
---|
buildSingle, generateAlgorithmParameterConditionalGroupForDAG, generateBatches, getEnvVariables, getPrefix, getWrapperPropString, main, processArg |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RandomSearchExperimentConstructor()
Method Detail |
---|
public void prepareExperiment(java.lang.String path)
ExperimentConstructor
prepareExperiment
in class ExperimentConstructor
public java.lang.String getTrajectoryParserClassName()
ExperimentConstructor
getTrajectoryParserClassName
in class ExperimentConstructor
public java.util.List<java.lang.String> getCallString(java.lang.String path)
ExperimentConstructor
getCallString
in class ExperimentConstructor
public java.lang.String getType()
ExperimentConstructor
getType
in class ExperimentConstructor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |