org.encog.neural.freeform.basic
public class BasicFreeformNeuronFactory extends Object implements FreeformNeuronFactory, Serializable
| Constructor and Description |
|---|
BasicFreeformNeuronFactory() |
| Modifier and Type | Method and Description |
|---|---|
FreeformNeuron |
factorContext(FreeformNeuron neuron)
Create a context neuron.
|
FreeformNeuron |
factorRegular(InputSummation object)
Create a regular neuron.
|
public FreeformNeuron factorContext(FreeformNeuron neuron)
factorContext in interface FreeformNeuronFactoryneuron - The source neuron.public FreeformNeuron factorRegular(InputSummation object)
factorRegular in interface FreeformNeuronFactoryobject - The summation function.Copyright © 2014. All Rights Reserved.