Uses of Class
de.htwdd.rosenkoenig.neuro.net.training.Trainer

Packages that use Trainer
de.htwdd.rosenkoenig.neuro.net.training This package contains classes to train neural networks. 
 

Uses of Trainer in de.htwdd.rosenkoenig.neuro.net.training
 

Fields in de.htwdd.rosenkoenig.neuro.net.training declared as Trainer
protected  Trainer TeachingAlgorithm.trainer
          All training parameters can be accessed via this property.
 

Methods in de.htwdd.rosenkoenig.neuro.net.training that return Trainer
 Trainer TeachingAlgorithm.getTrainer()
          Getter of the property trainer
 

Methods in de.htwdd.rosenkoenig.neuro.net.training with parameters of type Trainer
 void TeachingAlgorithm.setTrainer(Trainer trainer)
          Setter of the property trainer