Interface Experiment

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

    Modifier and Type
    Method
    Description
    void
    Executes the experiment.
  • Method Details

    • execute

      void execute()
      Executes the experiment.