org.neuroph.util
Class NeuronFactory
java.lang.Object
org.neuroph.util.NeuronFactory
public class NeuronFactory
- extends Object
Provides methods to create customized instances of Neurons.
- Author:
- Zoran Sevarac
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 |
NeuronFactory
public NeuronFactory()
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
Copyright © 2012. All Rights Reserved.