jeffheaton / encog-java-core

http://www.heatonresearch.com/encog
Other
743 stars 268 forks source link

Please have a look, if this is a bug in PersistBasicPNN.java #157

Closed wiemp closed 10 years ago

wiemp commented 10 years ago

Hello Jeff, I've found the following issue, where I would like to ask you, if this is intended or maybe a bug. In PersistBasicPNN.java, Method "read" in section "PNN", subsection "SAMPLES": A BasicMLData object "idealData" is created, with size "inputCount". Shouldn't this be "outputCount" instead?

regards, Winfried

jeffheaton commented 10 years ago

Good catch, yes I agree.