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

Packages that use RPROPType
org.encog.neural.networks.training.propagation.resilient   
 

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()
           
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.networks.training.propagation.resilient with parameters of type RPROPType
 void ResilientPropagation.setRPROPType(RPROPType t)
          Set the type of RPROP to use.
 



Copyright © 2014. All Rights Reserved.