org.neuroph.util
Class LayerFactory
java.lang.Object
org.neuroph.util.LayerFactory
public class LayerFactory
- extends Object
Provides methods to create instance of a Layer with specifed number of neurons and neuron's properties.
- Author:
- Zoran Sevarac
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayerFactory
public LayerFactory()
createLayer
public static Layer createLayer(int neuronsCount,
NeuronProperties neuronProperties)
createLayer
public static Layer createLayer(int neuronsCount,
TransferFunctionType transferFunctionType)
createLayer
public static Layer createLayer(int neuronsCount,
Class<? extends TransferFunction> transferFunctionClass)
createLayer
public static Layer createLayer(List<NeuronProperties> neuronPropertiesVector)
Copyright © 2012. All Rights Reserved.