osama-raddad / encog-java

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

Second set of trainingdata will automaticly contain the first set. #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new 'Training Data' object.
2. Create another 'Training Data' object.

What is the expected output? What do you see instead?
The second 'Training Data' object will include all data from the first
object. You can also test it with custom data, which will also be added.

What version of the product are you using? On what operating system?
I tried this both in the 2.1.0 version and on the development version from
the subversion repository (rev 900).

Please provide any additional information below.
I tried a workaround as well. Making the first 'Training Data' object and
immediately the second object. Afterwards paste a first set of data in the
first 'Training Data' and a second set of data in the second 'Training
Data'. First things seem oke but when you reopen the second object it will
contain the data from both 'Training Data' objects.

Original issue reported on code.google.com by SnuktheG...@gmail.com on 16 Sep 2009 at 7:23

GoogleCodeExporter commented 9 years ago
Fixed workbench issue

Original comment by heatonre...@gmail.com on 14 Aug 2010 at 2:27