Neuroph

org.neuroph.util
Class NeuronFactory

java.lang.Object
  extended by org.neuroph.util.NeuronFactory

public class NeuronFactory
extends java.lang.Object

Provides methods to create customized instances of Neurons.


Constructor Summary
NeuronFactory()
           
 
Method Summary
static Neuron createNeuron(NeuronProperties neuronProperties)
          Creates and returns neuron instance according to the given specification in neuronProperties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NeuronFactory

public NeuronFactory()
Method Detail

createNeuron

public static Neuron createNeuron(NeuronProperties neuronProperties)
Creates and returns neuron instance according to the given specification in neuronProperties.

Parameters:
neuronProperties - specification of neuron properties
Returns:
returns instance of neuron with specified properties

Neuroph