public class GenerationUtil
extends java.lang.Object
| Constructor and Description |
|---|
GenerationUtil() |
| Modifier and Type | Method and Description |
|---|---|
static MLDataSet |
generateRandom(GenerateRandom rnd,
EncogFunction task,
int size,
double low,
double high) |
static MLDataSet |
generateSingleDataRange(EncogFunction task,
double start,
double stop,
double step) |
public static MLDataSet generateSingleDataRange(EncogFunction task, double start, double stop, double step)
public static MLDataSet generateRandom(GenerateRandom rnd, EncogFunction task, int size, double low, double high)