Package org.neuroph.util

Provides various utility classes for creating neural networks, type codes, parsing vectors, etc.

See:
          Description

Class Summary
ConnectionFactory Provides methods to connect neurons by creating Connection objects.
FileUtils Utility methods for working with files.
LayerFactory Provides methods to create instance of a Layer with specifed number of neurons and neuron's properties.
NeuralNetworkFactory Provides methods to create various neural networks.
NeuronFactory Provides methods to create instances of Neurons.
NeuronProperties Represents properties of a neuron.
TrainingSetImport Handles training set imports
VectorParser Provides methods to parse strings as Integer or Double vectors.
 

Enum Summary
NeuralNetworkType Contains neural network types and labels.
SummingFunctionType Contains summing functions types and labels.
TransferFunctionType Contains transfer functions types and labels.
WeightsFunctionType Contains weights functions types and labels.
 

Package org.neuroph.util Description

Provides various utility classes for creating neural networks, type codes, parsing vectors, etc.