Each table that the HPSPLIT procedure creates 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 61.4.
Table 61.4: ODS Tables Produced by PROC HPSPLIT
Table Name |
Description |
Required Statement / Option |
---|---|---|
ConfusionMatrix |
One or more confusion matrices |
Default output for categorical response variable |
CrossValidatedModel |
Model assessment with cross validation |
PROC / CVMODELFIT option |
CrossValidationValues |
Results for cost-complexity pruning based on cross validation |
|
CVModelConfusionMatrix |
Cross validation confusion matrix |
PROC / CVMODELFIT option |
DataAccessInfo |
Information about modes of data access |
Default output |
ModelInfo |
Information about the modeling environment |
Default output |
NodeTable |
Node information |
|
NObs |
Observation information |
Default output |
PerformanceInfo |
Information about high-performance computing environment |
Default output |
Timing |
Absolute and relative times for tasks performed by the procedure |
PERFORMANCE / DETAILS option |
TreePerformance |
Fit statistics for the selected tree |
Default output |
VarImportance |
Variable importance |
Default output |