DM_setClass(class)

This method specifies that the confidence for the specified class has 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 3rd parameter of the function DM_applyClasModel.

Syntax

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

Function syntax

Read syntax diagramSkip visual syntax diagram
>>-DM_setClass--(--resultSpec--,--class--)---------------------><

Parameters

resultSpec
An object of data type DM_ClasResultSpec used to specify the results value to be calculated by the function DM_applyClasModel
class
A value of data type VARCHAR that is a valid value of the predicted field in the Classification model

Return value



Feedback | Information roadmap