Neuroph

Uses of Class
org.neuroph.core.learning.SupervisedTrainingElement

Packages that use SupervisedTrainingElement
org.neuroph.core.learning Provides base classes for neural network learning algorithms. 
org.neuroph.nnet.learning Provides implementations of specific neural network learning algorithms. 
 

Uses of SupervisedTrainingElement in org.neuroph.core.learning
 

Methods in org.neuroph.core.learning with parameters of type SupervisedTrainingElement
protected  void SupervisedLearning.learnPattern(SupervisedTrainingElement trainingElement)
          Trains network with the pattern from the specified training element
 

Uses of SupervisedTrainingElement in org.neuroph.nnet.learning
 

Methods in org.neuroph.nnet.learning with parameters of type SupervisedTrainingElement
protected  void SupervisedHebbianLearning.learnPattern(SupervisedTrainingElement trainingElement)
          Trains network with the pattern from the specified training element
 


Neuroph