ammarblue / encog-java

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

Missing NeuralData input with generate of TemporalNeuralDataSet #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a TemporalNeuralDataSet and add a TemporalDataDescription as
input and predict.
2. Create a couple TemporalPoint with the previously created
TemporalNeuralDataSet.
3. Call generate for the previously created TemporalNeuralDataSet.

What is the expected output? What do you see instead?
I expected the first Input in getData to contains the value of the first
(oldest) TemporalPoint added. Well it don't. The first input value in the
first NeuralDataPair is the second TemporalPoint.

What version of the product are you using? On what operating system?
1.1.0 on linux x86_64

Original issue reported on code.google.com by astropho...@gmail.com on 4 Mar 2009 at 11:29

GoogleCodeExporter commented 9 years ago
Will look into this for Encog 2.1.

Original comment by JeffHeat...@gmail.com on 8 Jul 2009 at 1:18

GoogleCodeExporter commented 9 years ago

Original comment by JeffHeat...@gmail.com on 8 Jul 2009 at 1:20

GoogleCodeExporter commented 9 years ago
Issue has been fixed in Encog 2.5.

Original comment by heatonre...@gmail.com on 23 Sep 2010 at 1:05