public static Generate ( long seed, int count, int inputCount, int idealCount, double min, double max ) : BasicMLDataSet | ||
seed | long | The seed value to use, the same seed value will always produce /// the same results. |
count | int | How many training items to generate. |
inputCount | int | How many input numbers. |
idealCount | int | How many ideal numbers. |
min | double | The minimum random number. |
max | double | The maximum random number. |
return | BasicMLDataSet |