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

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

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

Methods in org.encog.neural.flat.train.prop that return RPROPType
 RPROPType TrainFlatNetworkResilient.getRpropType()
           
static RPROPType RPROPType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RPROPType[] RPROPType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.encog.neural.flat.train.prop with parameters of type RPROPType
 void TrainFlatNetworkResilient.setRpropType(RPROPType rpropType)
           
 

Uses of RPROPType in org.encog.neural.networks.training.propagation.resilient
 

Methods in org.encog.neural.networks.training.propagation.resilient that return RPROPType
 RPROPType ResilientPropagation.getRPROPType()
           
 

Methods in org.encog.neural.networks.training.propagation.resilient with parameters of type RPROPType
 void ResilientPropagation.setRPROPType(RPROPType t)
          Set the type of RPROP to use.
 



Copyright © 2011. All Rights Reserved.