org.encog.neural.freeform.basic
Class BasicFreeformNeuronFactory
java.lang.Object
org.encog.neural.freeform.basic.BasicFreeformNeuronFactory
- All Implemented Interfaces:
- Serializable, FreeformNeuronFactory
public class BasicFreeformNeuronFactory
- extends Object
- implements FreeformNeuronFactory, Serializable
A factory to create BasicFreeformNeuron objects.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicFreeformNeuronFactory
public BasicFreeformNeuronFactory()
factorContext
public FreeformNeuron factorContext(FreeformNeuron neuron)
- Create a context neuron.
- Specified by:
factorContext
in interface FreeformNeuronFactory
- Parameters:
neuron
- The source neuron.
- Returns:
- The newly created neuron.
factorRegular
public FreeformNeuron factorRegular(InputSummation object)
- Create a regular neuron.
- Specified by:
factorRegular
in interface FreeformNeuronFactory
- Parameters:
object
- The summation function.
- Returns:
- The newly created neuron.
Copyright © 2014. All Rights Reserved.