org.encog.util.data
Class GenerationUtil
java.lang.Object
org.encog.util.data.GenerationUtil
public class GenerationUtil
- extends Object
Utility class used to create training data from a function.
- Author:
- jheaton
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenerationUtil
public GenerationUtil()
generateSingleDataRange
public static MLDataSet generateSingleDataRange(EncogFunction task,
double start,
double stop,
double step)
Copyright © 2014. All Rights Reserved.