DM_setPredClass

This method specifies that the default results values (predicted class and confidence in this prediction) have to be calculated and written into the scoring result when you apply a Classification model. This applies to an object of type DM_ClasResultSpec that can be given as the 3rd parameter of the function DM_applyClasModel.

Syntax

Method syntax
Read syntax diagramSkip visual syntax diagram
>>-resultSpec..DM_setPredClass--(--)---------------------------><

Function syntax

Read syntax diagramSkip visual syntax diagram
>>-DM_setPredClass--(--resultSpec--)---------------------------><

Parameters

resultSpec
An object of data type DM_ClasResultSpec used to specify the results value to be calculated by the function DM_applyClasModel

Return value

The return value is a value of data type DM_ClasResultSpec indicating that the default results values have to be calculated and written into the scoring result.



Feedback | Information roadmap