Description Usage Arguments Details Value See Also Examples
View source: R/errorFunctions.R
The function calculates the mean squared error (MSE) from the original
and estimate
parameters.
1 | mseError(original, estimate)
|
original |
The original data matrix. |
estimate |
The calculated data matrix. |
This function is a valid value for both darch
parameters
rbm.errorFunction
and darch.errorFunction
.
A list with the name of the error function in the first entry and the error value in the second entry.
Other error functions: crossEntropyError
,
rmseError
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.