org.encog.neural.error
Class OutputErrorFunction
java.lang.Object
org.encog.neural.error.OutputErrorFunction
- All Implemented Interfaces:
- ErrorFunction
public class OutputErrorFunction
- extends Object
- implements ErrorFunction
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 |
OutputErrorFunction
public OutputErrorFunction()
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.