org.encog.neural.freeform.basic
Class BasicFreeformNeuronFactory
- java.lang.Object
-
- org.encog.neural.freeform.basic.BasicFreeformNeuronFactory
-
- All Implemented Interfaces:
- java.io.Serializable, FreeformNeuronFactory
public class BasicFreeformNeuronFactory extends java.lang.Object implements FreeformNeuronFactory, java.io.Serializable
A factory to create BasicFreeformNeuron objects.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description BasicFreeformNeuronFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description FreeformNeuronfactorContext(FreeformNeuron neuron)Create a context neuron.FreeformNeuronfactorRegular(InputSummation object)Create a regular neuron.
-
-
-
Method Detail
-
factorContext
public FreeformNeuron factorContext(FreeformNeuron neuron)
Create a context neuron.- Specified by:
factorContextin interfaceFreeformNeuronFactory- Parameters:
neuron- The source neuron.- Returns:
- The newly created neuron.
-
factorRegular
public FreeformNeuron factorRegular(InputSummation object)
Create a regular neuron.- Specified by:
factorRegularin interfaceFreeformNeuronFactory- Parameters:
object- The summation function.- Returns:
- The newly created neuron.
-
-
DMelt 3.0 © DataMelt by jWork.ORG