org.encog.neural.freeform.basic
public class BasicFreeformConnectionFactory extends Object implements FreeformConnectionFactory, Serializable
| Constructor and Description |
|---|
BasicFreeformConnectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
FreeformConnection |
factor(FreeformNeuron theSourceNeuron,
FreeformNeuron theTargetNeuron)
Create a connection.
|
public FreeformConnection factor(FreeformNeuron theSourceNeuron, FreeformNeuron theTargetNeuron)
factor in interface FreeformConnectionFactorytheSourceNeuron - The source neuron.theTargetNeuron - The target neuron.Copyright © 2014. All Rights Reserved.