Functions for diagnostic measures
The functions for diagnostic measures are implemented in several stored procedures for different calculations. For example, you can use the ACC stored procedure to calculate the classification accuracy, or the RAE stored procedure to calculate the relative absolute error of regression predictions.
All stored procedures consist of a mandatory one-string parameter that contains pairs of <parameter>=<value> entries. These entries are separated by a comma. The data type of the parameter is VARCHAR(any).
Valid <parameter>=<value> entries are listed in the parameter descriptions for each stored procedure.