Package | Description |
---|---|
org.encog.neural.networks.training.propagation.resilient |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ResilientPropagation.setRPROPType(RPROPType t)
Set the type of RPROP to use.
|
Copyright © 2014. All Rights Reserved.