Intelligent Miner® provides
predefined functions to extract the name of a model.
Depending on the mining function, you can use the following functions
to extract the name of a model:
- DM_getRuleMdlName extracts the name of an associations
model or of a sequence rules model of type DM_RuleModel.
- DM_getClasMdlName extracts the name of a classification
model of type DM_ClasModel.
- DM_getClusMdlName extracts the name of a clustering
model of type DM_ClusteringModel.
- DM_getRegMdlName extracts the name of a regression
model of type DM_RegressionModel.
- DM_getTsMdlName extracts the name of a time series
model of type DM_TimeseriesModel.