org.encog.neural.error
Class OutputErrorFunction

java.lang.Object
  extended by org.encog.neural.error.OutputErrorFunction
All Implemented Interfaces:
ErrorFunction

public class OutputErrorFunction
extends Object
implements ErrorFunction


Constructor Summary
OutputErrorFunction()
           
 
Method Summary
 void calculateError(double[] ideal, double[] actual, double[] error)
          Calculate the error.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputErrorFunction

public OutputErrorFunction()
Method Detail

calculateError

public void calculateError(double[] ideal,
                           double[] actual,
                           double[] error)
Description copied from interface: ErrorFunction
Calculate the error.

Specified by:
calculateError in interface ErrorFunction
Parameters:
ideal - The ideal values.


Copyright © 2014. All Rights Reserved.