Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The MODECLUS Procedure

ODS Table Names

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 the following table. For more information on ODS, see Chapter 15, "Using the Output Delivery System."

Table 42.6: ODS Tables Produced in PROC MODECLUS
ODS Table Name Description Statement Option
BoundaryFreqBoundary objects informationPROCBOUNDARY (or ALL)
ClusterListCluster listing, cluster id, freq., density etc.PROCLIST (or ALL)
ClusterStatsCluster statisticsPROCdefault
 Cluster statistics, significance test statisticsPROCTEST or JOIN (or ALL)
ClusterSummaryCluster summaryPROCdefault
 Cluster summary, crossvalidation criterionPROCCROSS or CROSSLIST (or ALL)
 Cluster summary, clusters joined informationPROCJOIN (or ALL)
CrossListCross-validated log densityPROCCROSSLIST
ListLocalLocal dimensionality estimatesPROCLOCAL
NeighborNearest neighbor listPROCNEIGHBOR (or ALL)
SimpleStatisticsSimple statisticsPROCSIMPLE (or ALL)
TraceTrace of clustering algorithm (METHOD= 6 only)PROCTRACE (or ALL) with METHOD= 6
UnassignObjectsInformation on unassigned objectsPROCLIST (or ALL)

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.