Neuroph

Uses of Class
org.neuroph.nnet.comp.CompetitiveNeuron

Packages that use CompetitiveNeuron
org.neuroph.nnet.comp Provides components for the specific neural network models. 
 

Uses of CompetitiveNeuron in org.neuroph.nnet.comp
 

Methods in org.neuroph.nnet.comp that return CompetitiveNeuron
 CompetitiveNeuron CompetitiveLayer.getWinner()
          Returns the winning neuron for this layer
 


Neuroph