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.
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
- If class is NULL, the return value is resultSpec.
- Otherwise, the return value is a value of data type DM_ClasResultSpec indicating
that a confidence for the given class has to be written into the
scoring result.