autoweka
Class TrajectoryGroup
java.lang.Object
autoweka.XmlSerializable
autoweka.TrajectoryGroup
public class TrajectoryGroup
- extends XmlSerializable
Wrapper class that provides a nice way to get at a bunch of trajectories from an experiment run with different seeds
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrajectoryGroup
public TrajectoryGroup()
TrajectoryGroup
public TrajectoryGroup(Experiment exp)
getExperiment
public Experiment getExperiment()
addTrajectory
public void addTrajectory(Trajectory traj)
getTrajectory
public Trajectory getTrajectory(java.lang.String seed)
getTrajectories
public java.util.List<Trajectory> getTrajectories()
getSeeds
public java.util.List<java.lang.String> getSeeds()
fromXML
public static TrajectoryGroup fromXML(java.lang.String filename)
fromXML
public static TrajectoryGroup fromXML(java.io.InputStream xml)