I have already defined, trained and evaluated my network. My inputs, and output are all labels and were correctly normalized before training.
I need now to compute some items that come from database. I have seen that Compute receives an IMLPair and has an overload of (double[] input, double[] output).
The problem is How can I define my input for Compute method. I need to generate the input on the fly.
Hi,
I am new to Encog.
I have already defined, trained and evaluated my network. My inputs, and output are all labels and were correctly normalized before training.
I need now to compute some items that come from database. I have seen that Compute receives an IMLPair and has an overload of (double[] input, double[] output).
The problem is How can I define my input for Compute method. I need to generate the input on the fly.
Thanks