Package | Description |
---|---|
meka.experiment | |
meka.experiment.events | |
meka.experiment.filehandlers | |
meka.gui.experimenter |
Modifier and Type | Class and Description |
---|---|
class |
DefaultExperiment
Default experiment which executes experiments on the local machine.
|
Modifier and Type | Method and Description |
---|---|
static void |
ExperimentUtils.ensureThreadSafety(Experiment exp)
Makes sure that the experiment uses a threadsafe setup.
|
protected static void |
ExperimentUtils.ensureThreadSafety(Experiment exp,
Evaluator evaluator)
Makes sure that the experiment uses a threadsafe setup.
|
protected static boolean |
ExperimentUtils.isMultiThreaded(Experiment exp,
Evaluator evaluator)
Checks whether an Evaluator implements
ThreadLimiter and uses multi-threading. |
Modifier and Type | Method and Description |
---|---|
Experiment |
IterationNotificationEvent.getExperiment()
Returns the associated experiment.
|
Experiment |
ExecutionStageEvent.getExperiment()
Returns the associated experiment.
|
Experiment |
StatisticsNotificationEvent.getExperiment()
Returns the associated experiment.
|
Constructor and Description |
---|
ExecutionStageEvent(Experiment source,
ExecutionStageEvent.Stage stage)
Gets called when the experiment enters a new stage.
|
IterationNotificationEvent(Experiment source,
MultiLabelClassifier classifier,
weka.core.Instances dataset)
Gets called when the experiment starts on a new evaluation.
|
StatisticsNotificationEvent(Experiment source,
List<EvaluationStatistics> stats)
Gets called when the experiment makes new statistics available.
|
Modifier and Type | Method and Description |
---|---|
Experiment |
ExperimentFileHandler.read(File file)
Reads an experiment from disk.
|
Experiment |
CommandLineSetup.read(File file)
Reads an experiment from disk.
|
Experiment |
SerializedExperiment.read(File file)
Reads an experiment from disk.
|
abstract Experiment |
AbstractExperimentFileHandler.read(File file)
Reads an experiment from disk.
|
Modifier and Type | Method and Description |
---|---|
String |
ExperimentFileHandler.write(Experiment exp,
File file)
Writes and experiment to disk.
|
String |
CommandLineSetup.write(Experiment exp,
File file)
Writes and experiment to disk.
|
String |
SerializedExperiment.write(Experiment exp,
File file)
Writes and experiment to disk.
|
abstract String |
AbstractExperimentFileHandler.write(Experiment exp,
File file)
Writes and experiment to disk.
|
Modifier and Type | Field and Description |
---|---|
protected Experiment |
AbstractExperimenterTab.m_Experiment
the current experiment.
|
protected Experiment |
Experimenter.m_Experiment
the current experiment.
|
Modifier and Type | Method and Description |
---|---|
Experiment |
Experimenter.getCurrentExperiment()
Returns the current experiment, null if not available.
|
Experiment |
AbstractExperimenterTab.getExperiment()
Returns the current experiment.
|
protected Experiment |
ExpertSetup.toExperiment()
Stores the parameters in an experiment.
|
protected Experiment |
BasicSetup.toExperiment()
Stores the parameters in an experiment.
|
protected abstract Experiment |
AbstractSetupTab.toExperiment()
Stores the parameters in an experiment.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ExpertSetup.handlesExperiment(Experiment exp)
Checks whether this type of experiment is handled by this tab.
|
protected boolean |
BasicSetup.handlesExperiment(Experiment exp)
Checks whether this type of experiment is handled by this tab.
|
protected abstract boolean |
AbstractSetupTab.handlesExperiment(Experiment exp)
Checks whether this type of experiment is handled by this tab.
|
void |
Experimenter.notifyTabsExperimentChanged(AbstractExperimenterTab source,
Experiment exp)
Notifies all the tabs that the experiment has changed.
|
void |
AbstractExperimenterTab.setExperiment(Experiment value)
Sets the experiment to use.
|
void |
AbstractSetupTab.setExperiment(Experiment value)
Sets the experiment to use.
|
Copyright © 2017. All Rights Reserved.