Changeset 32 for trunk/CrossPare/src/de/ugoe/cs/cpdp/execution
- Timestamp:
- 05/05/15 16:29:40 (10 years ago)
- Location:
- trunk/CrossPare/src/de/ugoe/cs/cpdp/execution
- Files:
-
- 3 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/CrossPare/src/de/ugoe/cs/cpdp/execution/CrossProjectExperiment.java
r31 r32 1 package de.ugoe.cs.cpdp ;1 package de.ugoe.cs.cpdp.execution; 2 2 3 3 import java.io.File; … … 10 10 11 11 import weka.core.Instances; 12 import de.ugoe.cs.cpdp.ExperimentConfiguration; 12 13 import de.ugoe.cs.cpdp.dataprocessing.IProcessesingStrategy; 13 14 import de.ugoe.cs.cpdp.dataprocessing.ISetWiseProcessingStrategy; … … 51 52 * @author Steffen Herbold 52 53 */ 53 public class Experiment implements Runnable{54 public class CrossProjectExperiment implements IExecutionStrategy { 54 55 55 56 /** … … 62 63 * @param config configuration of the experiment 63 64 */ 64 public Experiment(ExperimentConfiguration config) {65 public CrossProjectExperiment(ExperimentConfiguration config) { 65 66 this.config = config; 66 67 }
Note: See TracChangeset
for help on using the changeset viewer.