autoweka
Class ExperimentBatch.DatasetComponent

java.lang.Object
  extended by autoweka.ExperimentBatch.DatasetComponent
Enclosing class:
ExperimentBatch

public static class ExperimentBatch.DatasetComponent
extends java.lang.Object

Enscapsulates a dataset that you want to run experiments on


Field Summary
 java.lang.String name
          The 'name' of this dataset, helpful to make it short and easy to identify
 
Constructor Summary
ExperimentBatch.DatasetComponent()
           
 
Method Summary
 java.lang.String getDatasetString()
          Gets the dataset string out of this component
 void setTrainTestArff(java.lang.String _trainArff, java.lang.String _testArff)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name
The 'name' of this dataset, helpful to make it short and easy to identify

Constructor Detail

ExperimentBatch.DatasetComponent

public ExperimentBatch.DatasetComponent()
Method Detail

getDatasetString

public java.lang.String getDatasetString()
Gets the dataset string out of this component


setTrainTestArff

public void setTrainTestArff(java.lang.String _trainArff,
                             java.lang.String _testArff)