The HPCLUS Procedure

ODS Table Names

Each table created by the HPCLUS procedure has a name associated with it, and you must use this name to refer to the table when you use ODS statements. These names are listed in Table 2.

Table 2: ODS Tables Produced by PROC HPCLUS

Table Name Description Required Statement or Option
PerformanceInfo Performance information Default
ModelInfo Model information Default
NObs Number of observations Default
ClusterSum Cluster summary for numeric interval input variables Variables in INPUT statement are interval
ClusterSumNom Cluster summary for nominal input variables Variables in INPUT statement are nominal
IterStats Iteration statistics Default
DescStats Descriptive statistics for numeric interval input variables Variables in INPUT statement are interval
DescStatsNom Descriptive statistics for nominal input variables Variables in INPUT statement are nominal
WithinClusStats Statistics for numeric interval input variables within clusters Variables in INPUT statement are interval
WithinClusStatsNom Frequencies for nominal variables within clusters Variables in INPUT statement are nominal
ABCParameters Parameters that are specified in the NOC= option NOC=ABC in PROC HPCLUS statement
ABCStats Statistics that are computed for estimating the number of clusters NOC=ABC in PROC HPCLUS statement
ABCResults Estimated number of clusters and the criteria that are used to calculate them NOC=ABC in PROC HPCLUS statement
Standardization Information about the standardization method and its parameters STANDARDIZE=RANGE or STANDARDIZE=STD in PROC HPCLUS statement
Timing Absolute and relative times for tasks that are performed by the procedure DETAILS option in PERFORMANCE statement


Last updated: May 25, 2022