In Weka's open source data mining software (written in Java), when I run some kind of data mining algorithm such as linear regression, Weka returns a model and some model score metric for the test data.
It looks like this:
Correlation coefficient 0.2978 Mean absolute error 15.5995 Root mean squared error 29.9002 Relative absolute error 47.7508 % Root relative squared error 72.2651 %
What is the formula for "Relative Absolute Error" and "Root Square Error"? I canβt figure it out. I would like to use these metrics to evaluate my own algorithms in Matlab.
source share