Display Mining Model

View a list of data-mining models.

Minimum permission required: Read.

Syntax

Syntax diagram for display mining model.DBS-NAMEMODEL-NAMEMODEL-NAMEMODEL-NAMEMODEL-ACCESSORMODEL-MODE

You can list information about a model in the following ways:

KeywordDescription

all

List information about all data mining models.

on database

List information about all models that belong to the specified database.

template...

List information about models with the specified name of the specified type (see MODEL-MODE).

attribute

Show all accessors for the specified model.

data with attribute all

Show all accessors for the specified model.

data with attribute

Show the specified accessor for the specified model.

Example

display model all;

Lists information about all data mining models.

display model on database Sample.Basic;

Displays only those models that belong to the Sample.Basic database.

display model template m1AssocRule.dmm with mode apply;

Lists information about the m1AssocRule apply model.

display model m1Regression.dmm attribute;

Shows all accessors for the m1Regression model.

display model m1Cluster.dmm data with attribute predictor;

Shows the predictor accessor for the m1Cluster model.