-
The NEURAL statement models values of the species
variable based on the input variables.
-
The CODE= option is used to save the scoring code
to a file.
-
The DETAILS option is omitted from the results but
can be useful during model development because it provides details
about the iterations.
-
The TEMPTABLE option is used to save the weights from
the training exercise to a temporary table.
-
The LASRANN= option is used to reference the temporary
table that has the weights from the training exercise.
-
Specifying IDVARS= adds the target variable to the
scored data set. This makes it easy to see both the actual value and
the predicted value.
-
The TABLE statement is used to access the temporary
table that includes the scoring results.
To score other data
with the scoring program in the /data/iris_score.sas
file,
you can use the SCORE statement with the CODE= option.