|
· |
Regression
Node (Least-Squares): The
training code that displays the PROC DMREG procedure that generates the multiple linear regression
output listings from the HMEQ data set. The procedure will display
the various option settings that have been specified within the
node. The data set that is created from the SCORE option statement
contains the fitted values that will allow you to plot the fitted
values across the range of values of the interval-valued input
variables in order to view the accuracy of the statistical model.
|
|
· |
Regression
Node (Logistic): The
training code that displays the PROC DMREG procedure that generates the
logistic regression output listings from the HMEQ data set.
|
|
· |
Neural
Network Node (interval): The training code that displays the PROC NEURAL
procedure with the various options settings that have been specified
from the node in order to generate the neural
networks estimates from the HMEQ data set by fitting the
interval-valued target variable, DEBTINC. The SAS training code is
compiled in the background when you execute the Neural Network node
and train the neural network model that generates the various
results and scored data sets that are listed within the node.
|
|
· |
Neural
Network Node (binary): The training code that displays the PROC NEURAL
procedure by fitting the binary-valued target variable, BAD. The
neural network model is one of the classification models under
assessment from the Assessment node.
|
|
· |
Princomp/Dmneural
Node (Dmneural): The training code that displays the DMNEURAL
procedure that generates the dmneural
network modeling estimates from the HMEQ data set. The procedure
displays the various option settings that have been specified within
the node such as the criterion statistic, maximum number of
principal components and the maximum number of stages and the
various convergence criterion statistics to the iterative nonlinear
model.
|
|
· |
Princomp/Dmneural
Node (Principal Components): The training code that displays the
DMNEURAL procedure that generates the
principal components estimates from the 2004 major league
baseball hitters. The principal components are calculated from
the correlation matrix since the input variables display a wide range
of values from the various hitting departments.
|
|
· |
Memory-Based
Reasoning Node: The training code that displays the PMBR
procedure that generates the nearest
neighbor modeling estimates with the various options specified from
the node such as the smoothing constant set to 16 from the HMEQ data set.
|
|
· |
Two-Stage
Model Node: The training code that generates the two-stage
modeling estimates by first displaying the PROC SPLIT procedure that
generates the decision tree classification
model with the target event level that is one of the input variables
that is included in fitting the subsequent multiple linear regression model
from the HMEQ data set based on the PROC DMREG procedure in
predicting the interval-valued target variable in the second stage
model.
|
|
|
|
|
|
Back
to Page
|