jeffheaton / encog-dotnet-core

http://www.heatonresearch.com/encog
Other
430 stars 150 forks source link

Compute an item #79

Open mvbaffa opened 9 years ago

mvbaffa commented 9 years ago

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