Functions for working with model type DM_RegressionModel

Table 1. Functions for type DM_RegressionModel
Function Purpose SQL/MM function
DM_expRegModel Returns a character large object representation of a value of type DM_RegressionModel Y
DM_getCorrelations Returns a table containing the correlations between fields with respect to a data mining model Y
DM_getFields Returns a table that contains the signature of a model Y
DM_getRegRSquared Returns the squared Pearson correlation coefficient of the Regression model computed during the training phase using the validation data specified in the DM_RegBldTask value used to generate the model Y
DM_getRegTarget Returns the name of the target field used when training the Regression model Y
DM_getRegTask Returns the DM_RegBldTask value used to create this model Y
DM_getRegMdlName Gets the name of the regression model. N
DM_isValidated Indicates if validation data is used during the training phase Y


Feedback | Information roadmap