org.dllearner.utilities.datastructures
Class TrainTestList

java.lang.Object
  extended by org.dllearner.utilities.datastructures.TrainTestList

public class TrainTestList
extends Object

A tuple of training set and test set.

Author:
Jens Lehmann

Constructor Summary
TrainTestList()
           
TrainTestList(List<Individual> trainList, List<Individual> testList)
           
 
Method Summary
 List<Individual> getTestList()
           
 List<Individual> getTrainList()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrainTestList

public TrainTestList()

TrainTestList

public TrainTestList(List<Individual> trainList,
                     List<Individual> testList)
Method Detail

getTrainList

public List<Individual> getTrainList()

getTestList

public List<Individual> getTestList()


SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann