The HPSPLIT Procedure

ODS Table Names

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 4.

Table 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 PROC / CVCC option
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 PROC / NODES option
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


Last updated: December 09, 2022