DM_getRegMdlSpec

This function returns the DM_LogicalDataSpec value representing the set of fields needed for an application of the Regression model. The field names contained in the DM_LogicalDataSpec value are the field names of the DM_LogicalDataSpec value used for building the Regression model. To test the model, you must also call the function DM_getRegTarget to complete the set of fields needed for a test run.

Note: It is recommended that you use the DM_getFields function instead of this function as described in DM_getFields.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-DM_getRegMdlSpec--(--regressionModel--)---------------------><

Parameters

regressionModel
A value of type DM_RegressionModel

Return value

The return value is the DM_LogicalDataSpec value representing the set of fields needed for an application of the Regression model.



Feedback | Information roadmap