org.encog.util.data
Class GenerationUtil

java.lang.Object
  extended by org.encog.util.data.GenerationUtil

public class GenerationUtil
extends Object

Utility class used to create training data from a function.

Author:
jheaton

Constructor Summary
GenerationUtil()
           
 
Method Summary
static MLDataSet generateSingleDataRange(EncogFunction task, double start, double stop, double step)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerationUtil

public GenerationUtil()
Method Detail

generateSingleDataRange

public static MLDataSet generateSingleDataRange(EncogFunction task,
                                                double start,
                                                double stop,
                                                double step)


Copyright © 2014. All Rights Reserved.