- All Known Implementing Classes:
AbstractExperiment
,LearningStreamExperiment
,ModelComparisonExperiment
,StructureLearningAlgorithmsComparisonExperiment
public interface Experiment
Represents an experiment that can be executed. Implementations of this interface define specific
experiments to be conducted.
-
Method Summary
-
Method Details
-
execute
void execute()Executes the experiment.
-