Uses of Class
org.encog.persist.BasicPersistedSubObject

Packages that use BasicPersistedSubObject
org.encog.mathutil.matrices   
org.encog.neural.networks.synapse   
 

Uses of BasicPersistedSubObject in org.encog.mathutil.matrices
 

Subclasses of BasicPersistedSubObject in org.encog.mathutil.matrices
 class Matrix
          This class implements a mathematical matrix.
 

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

Subclasses of BasicPersistedSubObject in org.encog.neural.networks.synapse
 class BasicSynapse
          An abstract class that implements basic functionality that may be needed by the other synapse classes.
 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.