Neuroph

Uses of Package
org.neuroph.util

Packages that use org.neuroph.util
org.neuroph.core This package provides base classes and basic building components for neural networks. 
org.neuroph.nnet This package provides out-of-the-box neural networks 
org.neuroph.nnet.comp This package provides components for the specific neural network models. 
org.neuroph.util This package provides various utility classes for creating neural networks, type codes, parsing vectors, etc. 
 

Classes in org.neuroph.util used by org.neuroph.core
NeuralNetworkType
          This enum contains neural network types and labels.
NeuronProperties
          This class represents properties of the neuron.
 

Classes in org.neuroph.util used by org.neuroph.nnet
NeuronProperties
          This class represents properties of the neuron.
TransferFunctionType
          This enum contains transfer functions types and labels.
 

Classes in org.neuroph.util used by org.neuroph.nnet.comp
NeuronProperties
          This class represents properties of the neuron.
 

Classes in org.neuroph.util used by org.neuroph.util
NeuralNetworkType
          This enum contains neural network types and labels.
NeuronProperties
          This class represents properties of the neuron.
SummingFunctionType
          This enum contains summing functions types and labels.
TransferFunctionType
          This enum contains transfer functions types and labels.
WeightsFunctionType
          This enum contains weights functions types and labels.
 


Neuroph