|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |