Module es.upm.fi.cig.multictbnc
Class LearningStreamExperiment
java.lang.Object
es.upm.fi.cig.multictbnc.experiments.AbstractExperiment
es.upm.fi.cig.multictbnc.experiments.implementationsexperiments.LearningStreamExperiment
- All Implemented Interfaces:
Experiment
This class implements a experiment on streaming data. It is used to conduct experiments with data streams and
feature streams.
-
Constructor Summary
ConstructorDescriptionLearningStreamExperiment
(String... args) Constructs a LearningStreamExperiment with the given configuration parameters. -
Method Summary
Methods inherited from class es.upm.fi.cig.multictbnc.experiments.AbstractExperiment
getExperimentConfig
-
Constructor Details
-
LearningStreamExperiment
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.
-