org.dllearner.utilities.experiments
Class ExMakerRandomizer
java.lang.Object
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
|
Method Summary |
static void |
main(String[] args)
|
Examples |
split(double percentageOfTrainingSet)
Not quite exact, but fast
has an error of 0.1 % |
ExMakerRandomizer
public ExMakerRandomizer(Examples examples)
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:
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann