Create Model

Create a data-mining model using either a data-mining template or a model from another system exported to PMML.

Permission required: Database Manager. To replace an existing model, you must be an Administrator or the owner of the model.

Syntax

Syntax diagram for create model.MODEL-NAMEDBS-NAMEFILE-NAMEALG-NAMETASK-XML-STRING

Notes

PMML stands for Predictive Model Markup Language, a standard exchange format developed by the Data Mining Group (http://www.dmg.org).

Example

create model 'm2xModel' on database Sample.Basic using algorithm 'Regression' from local pmml_file 'e:/essbase/java/dmf/pmml/m2xRegression.pmml' ;