Vaibhav95g / encog-java

Automatically exported from code.google.com/p/encog-java
0 stars 0 forks source link

Implement NeuralData and NeuralDataSet #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently all input and ideal values for the neural networks are provided
as double arrays.  Implement NeuralData and NeuralDataSet in place.  This
is for version 1.0.

Original issue reported on code.google.com by JeffHeat...@gmail.com on 28 Jul 2008 at 1:26

GoogleCodeExporter commented 9 years ago
Implemented basic data handling.

Original comment by JeffHeat...@gmail.com on 7 Aug 2008 at 11:33