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 instances of Neurons.

Author:
Zoran Sevarac

Constructor Summary
NeuronFactory()
           
 
Method Summary
static Neuron createNeuron(NeuronProperties neuronProperties)
          Creates and returns neuron according to the given specification.
 
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 according to the given specification.

Parameters:
neuronProperties - specification of neuron properties
Returns:
new neuron with specified properties