Neuroph

Uses of Class
org.neuroph.nnet.CompetitiveNetwork

Packages that use CompetitiveNetwork
org.neuroph.util Provides various utility classes for creating neural networks, type codes, parsing vectors, etc. 
 

Uses of CompetitiveNetwork in org.neuroph.util
 

Methods in org.neuroph.util that return CompetitiveNetwork
static CompetitiveNetwork NeuralNetworkFactory.createCompetitiveNetwork(int inputNeuronsCount, int outputNeuronsCount)
          Creates and returns a new instance of competitive network
 


Neuroph