Uses of Class
org.encog.neural.flat.train.prop.TrainFlatNetworkProp

Packages that use TrainFlatNetworkProp
org.encog.neural.flat.train.prop This package contains the propagation training for flat networks. 
 

Uses of TrainFlatNetworkProp in org.encog.neural.flat.train.prop
 

Subclasses of TrainFlatNetworkProp in org.encog.neural.flat.train.prop
 class TrainFlatNetworkBackPropagation
          Train a flat network, using backpropagation.
 class TrainFlatNetworkManhattan
          Train the flat network using Manhattan update rule.
 class TrainFlatNetworkQPROP
          Train a flat network, using QuickPropagation.
 class TrainFlatNetworkResilient
          Train a flat network using RPROP.
 class TrainFlatNetworkSCG
          Train a network using scaled conjugate gradient.
 

Constructors in org.encog.neural.flat.train.prop with parameters of type TrainFlatNetworkProp
GradientWorker(FlatNetwork theNetwork, TrainFlatNetworkProp theOwner, MLDataSet theTraining, int theLow, int theHigh, double[] flatSpot, ErrorFunction ef)
          Construct a gradient worker.
 



Copyright © 2011. All Rights Reserved.