Data frame representing the training set. The
first column is used to define the category of each
observation (set category.column if it is not the
case).
nn
A Probabilistic neural network with or without
training.
category.column
The field number of the category
(1 by default).
Value
A trained Probabilist neural network.
Details
The function learn aims to create a new
Probabilist neural network with a training set, or update
the training set of an already trained Probabilist neural
network. It sets the parameters model, set,
category.column, categories, k and
n of the neural network.