Neuroph

Uses of Class
org.neuroph.nnet.CompetitiveNetwork

Packages that use CompetitiveNetwork
org.neuroph.util This package 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 inputNeuronsNum, int outputNeuronsNum)
          Creates and returns an instance of competitive network
 


Neuroph