train() -
Method in class de.htwdd.rosenkoenig.neuro.net.training.Trainer
train() controls the training process, which consists of the following steps:
extract the training and validation sets from the provided pattern set
run the teaching algorithm until the error is small enough (pattern sets are shuffled
before each run
run retraining until the validation error is small enough (optional)
prune the net (optional)