BiPolarNeuralData(double []) constructor
When I wrote this code:
BasicNetwork network;
BiPolarNeuralData biPolarOutTest = new BiPolarNeuralData(netwrok.compute(biPolarInTest).getData());
I get this error:
can't find symbol : constructor BiPolarNeuralData(double[])
Why? Does in Encog not implement this constructor?




I can see where it would be handy though. I will probably add it soon. The way to do that would be to take the NeuralData object returned by compute, then create a new BiPolarNeuralData, loop over the neural data object and set each of the values for the bipolar.