|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neuroph.util.NeuronFactory
public class NeuronFactory
Provides methods to create instances of Neurons.
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 |
---|
public NeuronFactory()
Method Detail |
---|
public static Neuron createNeuron(NeuronProperties neuronProperties)
neuronProperties
- specification of neuron properties
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |