Neuroph

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

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

Uses of CompetitiveNeuron in org.neuroph.nnet.comp
 

Fields in org.neuroph.nnet.comp declared as CompetitiveNeuron
private  CompetitiveNeuron CompetitiveLayer.winner
          The competition winner for this layer
 

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


Neuroph