ammarblue / encog-java

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

NormalizationHelper.normalizeInputVector is normalizing columns as non-inputs #73

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
NormalizationHelper.normalizeInputVector invokes 
NormalizationHelper.normalizeToVector with "false" for the isInput parameter to 
the latter method.

As long as I'm posting ;-) why would someone ever want to pass false to the 
originalOrder parameter of the NormalizationHelper.normalizeInputVector method ?

Original issue reported on code.google.com by hifranks...@gmail.com on 21 Nov 2014 at 4:47