The following example shows how to extract information about the quality of a model:
SELECT IDMMX.DM_getMdlQuality("MODEL") AS "MODEL_QUALITY"
FROM IDMMX."CLUSTERMODELS"
WHERE MODELNAME='BankCustomerSegments';
The following example shows how to extract information about the quality of a test result:
SELECT IDMMX.DM_getMdlQuality("RESULT") AS "MODEL_QUALITY"
FROM IDMMX."REGTESTRESULTS"
WHERE ID='InsuranceTestResult';