org.dllearner.utilities.experiments
Class ExMakerRandomizer

java.lang.Object
  extended by org.dllearner.utilities.experiments.ExMakerRandomizer

public class ExMakerRandomizer
extends Object

used to randomize examples and split them into training and test sets gets a percentage of the examples

Author:
Sebastian Hellmann

Constructor Summary
ExMakerRandomizer(Examples examples)
           
 
Method Summary
static void main(String[] args)
           
 Examples split(double percentageOfTrainingSet)
          Not quite exact, but fast has an error of 0.1 %
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExMakerRandomizer

public ExMakerRandomizer(Examples examples)
Method Detail

main

public static void main(String[] args)

split

public Examples split(double percentageOfTrainingSet)
Not quite exact, but fast has an error of 0.1 %

Parameters:
percentageOfTrainingSet -
Returns:


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