The HPNEURAL Procedure

ODS Table Names

Each table created by the HPNEURAL procedure has a name associated with it, and you must use this name to refer to the table when you use ODS statements. The names of each table and a short description of the contents are listed in Table 3.

Table 3: ODS Tables Produced by PROC HPNEURAL

Table Name Description Required Statement / Option
ClassLevels Level information for nominal input variables INPUT with LEVEL=NOM
Details Detailed real times for each phase of the procedure PERFORMANCE with DETAILS option
FitStatistics A variety of statistics for both training and validation data sets Default output
Iteration Training and validation error for each iteration of the best try Default output
Misclassification Misclassification matrix for nominal target variables TARGET with LEVEL=NOM
ModelInformation Information about the modeling environment Default output
Nobs Number of observations read and used; number of validation observations used Default output
PerformanceInfo Information about the high-performance computing environment Default output
Training Training error, validation error, and reason for stopping for each try Default output


Last updated: May 25, 2022