I was trying to calculate manually the Root Relative Squared Error and the Relative Absolute Error given by Weka, but I can't seem to get it. Can someone show me explicitly how to do it?, Or more importantly, maybe just how to get the A bar in the denominator of the formula?
(|p1-a1|+...+|pn-an| / |a1-abar|+...+|an-abar| for Relative Absolute Error)
I attached the decision tree given out by a 10-fold cross validation in J48.
I think the output prediction might have something to do with this, since the calculation for the Mean Absolute Error and the Root Mean Squared Error had something to do with it, so I included it as well.