A trained and smoothed Probabilist neural
network.
Value
A probabilist neural network updated with its
performance.
Details
The function perf uses a hold-out method. This
method takes the training set used by the function
learn and iterate over each observation
trying to guess the current observation with a reduced
training set (without the current observation).It
generates:
Two lists of observed
and guessed values.
the following
statistics: number of success and fails, a
sucess rate (success_rate) and a bic
indicator.