You can open the
Results window of the Ext Demo node by right-clicking
the node and selecting
Results from the pop-up
menu. For general information about the
Results window, see Using the Results Window in the Enterprise Miner Help.
Select
View from the main menu to view the following results in the Results
Package:
-
-
Settings — displays a window with a read-only table of the configuration
information in the Ext Demo Node Properties Panel. The information
was captured when the node was last run.
-
Run Status — indicates the status of the Ext Demo node run. The Run
Start Time, Run Duration, and information about whether the run completed
successfully are displayed in this window.
-
Variables — a read-only table of variable meta information about the
data set submitted to the Ext Demo node. The table includes columns
to see the variable name, the variable role, the variable level, and
the model used.
-
Train Code — the code that Enterprise Miner used to train the node.
-
Notes —
allows users to read or create notes of interest.
-
-
Log —
the SAS log of the Ext Demo node run.
-
Output —
the SAS output of the Ext Demo node run.
-
Flow Code — the SAS code used to produce the output that the Ext Demo
node passes on to the next node in the process flow diagram.
-
-
SAS Code — the Ext Demo node does not generate SAS Code. The SAS Code
menu item is dimmed and unavailable in the
Ext Demo Results window.
-
PMML Code — the Ext Demo node does not generate PMML code.
The Ext Demo node results
also include a collection of charts that can be generated using the
%EM_REPORT macro.
These include the following:
-
-
-
-
-
-
-
-
-
-
-
-
-
Line Plot Reference Lines
-
-
-
-
-
-
-
Constellation: Link and Node Data
-
If you place an
options mprint;
statement in your project start code,
the calls to %em_report are recorded in the Results log. You can also
view the ExtDemo node's source code. It is stored in Sashelp.Emutil.Extdemo.source.