Method | Description | |
---|---|---|
Calculate ( ) : double |
Returns the root mean square error for a complete training set.
|
|
CalculateARCTAN ( ) : double |
Calculate the error with ARCTAN.
|
|
CalculateMSE ( ) : double |
Calculate the error with MSE.
|
|
CalculateRMS ( ) : double |
Calculate the error with RMS.
|
|
Reset ( ) : void |
Reset the error accumulation to zero.
|
|
UpdateError ( double actual, double ideal ) : void |
Called to update for each number that should be checked.
|
public UpdateError ( double actual, double ideal ) : void | ||
actual | double | The actual number. |
ideal | double | The ideal number. |
return | void |