Neuroph

Uses of Class
org.neuroph.util.NeuralNetworkType

Packages that use NeuralNetworkType
org.neuroph.core Provides base classes and basic building components for neural networks. 
org.neuroph.util Provides various utility classes for creating neural networks, type codes, parsing vectors, etc. 
 

Uses of NeuralNetworkType in org.neuroph.core
 

Methods in org.neuroph.core that return NeuralNetworkType
 NeuralNetworkType NeuralNetwork.getNetworkType()
          Returns type of this network
 

Methods in org.neuroph.core with parameters of type NeuralNetworkType
 void NeuralNetwork.setNetworkType(NeuralNetworkType type)
          Sets type for this network
 

Uses of NeuralNetworkType in org.neuroph.util
 

Methods in org.neuroph.util that return NeuralNetworkType
static NeuralNetworkType NeuralNetworkType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NeuralNetworkType[] NeuralNetworkType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Neuroph