org.neuroph.util
Class LayerFactory

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

public class LayerFactory
extends java.lang.Object

Provides methods to create instance of a Layer with specifed number of neurons and neuron's properties.

Author:
Zoran Sevarac

Constructor Summary
LayerFactory()
           
 
Method Summary
static Layer createLayer(int neuronsCount, NeuronProperties neuronProperties)
           
static Layer createLayer(int neuronsCount, TransferFunctionType transferFunctionType)
           
static Layer createLayer(java.util.Vector<NeuronProperties> neuronPropertiesVector)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayerFactory

public LayerFactory()
Method Detail

createLayer

public static Layer createLayer(int neuronsCount,
                                NeuronProperties neuronProperties)

createLayer

public static Layer createLayer(int neuronsCount,
                                TransferFunctionType transferFunctionType)

createLayer

public static Layer createLayer(java.util.Vector<NeuronProperties> neuronPropertiesVector)