
Using
the
NEURAL Program
405
Output Models
The output model refers to the way in which outputs are related to
inputs. It has nothing to do with the network model. The NEURAL
program supports three different output models, which should cover
the majority of all practical problems.
CLASSIFY Model
This model is specified with the command OUTPUT
MODELiCLASSIFY. It assumes that there will be exactly as many
output neurons as there are possible classes. When the training set is
built, the class for each case (or collection of cases) will be specified
with the CLASSIFY OUTPUT command described later. The network
will be trained so that only the outpu ...