DM_getFields

This function returns a table that contains the signature of a model. The signature of a model is the set of all input data fields which appear in the model's internal equations and whose values are therefore needed to apply the model. For each signature field, its importance for the model may also be contained in the table. It replaces and completes the following methods or functions: DM_getClasMdlSpec, DM_getClusMdlSpec, DM_getRegMdlSpec, DM_getNumColumns, DM_getFldName, DM_getFldType.

Syntax

Function syntax

Read syntax diagramSkip visual syntax diagram
>>-DM_getFields--(--minData--)---------------------------------><

Parameters

minData
A value of type DM_MiningData

Return Value

The return value is of type TABLE

Table 1. Result Values for DM_getFields
Column Data type Purpose
colName VARCHAR(128)  
alias VARCHAR(128)  
sqlType VARCHAR(16)  


Feedback | Information roadmap