Uses of Interface
org.encog.neural.flat.train.TrainFlatNetwork

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

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

Classes in org.encog.neural.flat.train.prop that implement TrainFlatNetwork
 class TrainFlatNetworkBackPropagation
          Train a flat network, using backpropagation.
 class TrainFlatNetworkManhattan
          Train the flat network using Manhattan update rule.
 class TrainFlatNetworkProp
          Train a flat network using multithreading, and GPU support.
 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.
 

Uses of TrainFlatNetwork in org.encog.neural.networks.training.propagation
 

Methods in org.encog.neural.networks.training.propagation that return TrainFlatNetwork
 TrainFlatNetwork Propagation.getFlatTraining()
           
 

Methods in org.encog.neural.networks.training.propagation with parameters of type TrainFlatNetwork
 void Propagation.setFlatTraining(TrainFlatNetwork flatTraining)
           
 



Copyright © 2011. All Rights Reserved.