public double RunEpoch( double[][] input )
Public Function RunEpoch ( input As Double()() ) As Double
The method runs one learning epoch, by calling Run(Double) method for each vector provided in the input array.
Accord.NET Framework © 2009-2017. All documentation is licensed under the Creative Commons Attribution/Share-Alike License.