autoweka.randomsearch
Class RandomSearchTrajectoryParser

java.lang.Object
  extended by autoweka.TrajectoryParser
      extended by autoweka.randomsearch.RandomSearchTrajectoryParser

public class RandomSearchTrajectoryParser
extends TrajectoryParser

Nop trajectory parser


Constructor Summary
RandomSearchTrajectoryParser()
           
 
Method Summary
 Trajectory parseTrajectory(Experiment experiment, java.io.File folder, java.lang.String seed)
          Does the work for a specific trajectory
 
Methods inherited from class autoweka.TrajectoryParser
getTrajectory, main
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomSearchTrajectoryParser

public RandomSearchTrajectoryParser()
Method Detail

parseTrajectory

public Trajectory parseTrajectory(Experiment experiment,
                                  java.io.File folder,
                                  java.lang.String seed)
Description copied from class: TrajectoryParser
Does the work for a specific trajectory

Specified by:
parseTrajectory in class TrajectoryParser