java.lang.Object
es.upm.fi.cig.multictbnc.experiments.AbstractExperiment
es.upm.fi.cig.multictbnc.experiments.implementationsexperiments.LearningStreamExperiment
All Implemented Interfaces:
Experiment

public class LearningStreamExperiment extends AbstractExperiment
This class implements a experiment on streaming data. It is used to conduct experiments with data streams and feature streams.
  • Constructor Details

    • LearningStreamExperiment

      public LearningStreamExperiment(String... args)
      Constructs a LearningStreamExperiment with the given configuration parameters. The first parameter from the configuration is expected to be the path to the dataset.
      Parameters:
      args - array of strings representing configuration parameters for the experiment
  • Method Details

    • execute

      public void execute()
      Description copied from interface: Experiment
      Executes the experiment.