org.encog.neural.freeform.factory
Interface FreeformNeuronFactory
-
- All Known Implementing Classes:
- BasicFreeformNeuronFactory
public interface FreeformNeuronFactoryA factory that creates neurons.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description FreeformNeuronfactorContext(FreeformNeuron neuron)Create a context neuron.FreeformNeuronfactorRegular(InputSummation object)Create a regular neuron.
-
-
-
Method Detail
-
factorContext
FreeformNeuron factorContext(FreeformNeuron neuron)
Create a context neuron.- Parameters:
neuron- The source neuron.- Returns:
- The newly created neuron.
-
factorRegular
FreeformNeuron factorRegular(InputSummation object)
Create a regular neuron.- Parameters:
object- The summation function.- Returns:
- The newly created neuron.
-
-
DMelt 3.0 © DataMelt by jWork.ORG