IDAX.CERROR - Calculate classification error
Use this stored procedure to calculate the classification error, for example, the ratio of incorrectly classified predictions. The calculation is based on the total number of predictions.
Authorization
The privileges held by the authorization ID of the statement must include the IDAX_USER role.
Syntax
IDAX.CERROR(in parameter_string varchar(32672))
Parameter descriptions
- parameter_string
- Mandatory one-string parameter that contains pairs of <parameter>=<value> entries that are separated by a comma.
Returned information
The classification errors as a result set.
Example
CALL IDAX.CERROR('intable=CensusIncome_income_nb_ewd, resulttable=CensusIncome_test, id=id, target=class');