org.encog.neural.freeform.factory
public interface FreeformConnectionFactory
Modifier and Type | Method and Description |
---|---|
FreeformConnection |
factor(FreeformNeuron sourceNeuron,
FreeformNeuron targetNeuron)
Create a connection.
|
FreeformConnection factor(FreeformNeuron sourceNeuron, FreeformNeuron targetNeuron)
sourceNeuron
- The source neuron.targetNeuron
- The target neuron.Copyright © 2014. All Rights Reserved.