C# Class Encog.Neural.Error.LinearErrorFunction

The standard linear error function, simply returns the difference between the actual and ideal.
Inheritance: IErrorFunction
Mostrar archivo Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
CalculateError ( double ideal, double actual, double error ) : void

Method Details

CalculateError() public method

public CalculateError ( double ideal, double actual, double error ) : void
ideal double
actual double
error double
return void