autoweka
Class Experiment.TrajectoryPointExtra
java.lang.Object
autoweka.Experiment.TrajectoryPointExtra
- Enclosing class:
- Experiment
public static class Experiment.TrajectoryPointExtra
- extends java.lang.Object
Class capturing any of the extra dataset partitions that should be run on all the trajectory points for analysis
Field Summary |
java.lang.String |
instance
The instance string that is passed to the instance generator to evaluate on |
java.lang.String |
name
The human readable name corresponding to this instance ie. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
- The human readable name corresponding to this instance ie. 'testing' or 'fold0'
instance
public java.lang.String instance
- The instance string that is passed to the instance generator to evaluate on
Experiment.TrajectoryPointExtra
public Experiment.TrajectoryPointExtra()
Experiment.TrajectoryPointExtra
public Experiment.TrajectoryPointExtra(java.lang.String _name,
java.lang.String _instance)