Uses of Class
org.encog.neural.networks.synapse.BasicSynapse

Packages that use BasicSynapse
org.encog.neural.networks.synapse   
 

Uses of BasicSynapse in org.encog.neural.networks.synapse
 

Subclasses of BasicSynapse in org.encog.neural.networks.synapse
 class DirectSynapse
          A direct synapse will present the entire input array to each of the directly connected neurons in the next layer.
 class OneToOneSynapse
          A one-to-one synapse requires that the from and to layers have exactly the same number of neurons.
 class WeightedSynapse
          A fully-connected weight based synapse.
 class WeightlessSynapse
          A fully connected synapse that simply sums all input to each neuron, no weights are applied.
 



Copyright © 2011. All Rights Reserved.