PROC MODECLUS assigns a name to each table it creates. You can use these names to reference the table when using the Output Delivery System (ODS) to select tables and create output data sets. These names are listed in Table 66.6.
For more information about ODS, see Chapter 20: Using the Output Delivery System.
All of the ODS tables in Table 66.6 are created by specifying the PROC MODECLUS statement.
Table 66.6: ODS Tables Produced by PROC MODECLUS
ODS Table Name |
Description |
Option |
---|---|---|
BoundaryFreq |
Boundary objects information |
BOUNDARY or ALL |
ClusterList |
Cluster listing, cluster ID, frequency, density etc. |
LIST or ALL |
ClusterStats |
Cluster statistics |
default |
Cluster statistics, significance test statistics |
TEST, JOIN, or ALL |
|
ClusterSummary |
Cluster summary |
default |
Cluster summary, crossvalidation criterion |
CROSS, CROSSLIS, or ALL |
|
Cluster summary, clusters joined information |
JOIN or ALL |
|
CrossList |
Cross validated log density |
CROSSLIST |
ListLocal |
Local dimensionality estimates |
LOCAL |
Neighbor |
Nearest neighbor list |
NEIGHBOR or ALL |
SimpleStatistics |
Simple statistics |
SIMPLE or ALL |
Trace |
Trace of clustering algorithm (METHOD=6 only) |
TRACE or ALL when METHOD=6 |
UnassignObjects |
Information about unassigned objects |
LIST or ALL |