public class RpropTraining extends Feature
Modifier and Type | Field and Description |
---|---|
static int |
EPOCHS
The feature fields to be evolved.
|
static int |
ETA_MINUS |
static int |
ETA_PLUS |
static int |
LEARN_RATE |
static int |
MIN_ERROR |
ABS_REF_PERIODS, BIAS, BP_TRAINING, decoder, DELAYS, evolver, FUNCTIONS, id, LINKS, maxValue, minValue, NEURONS, params, PATTERNS, REL_REF_PERIODS, RPROP_TRAINING, SPLINE, THRESHOLDS, valueCount, WEIGHTS
Constructor and Description |
---|
RpropTraining(Decoder decoder)
Constructs the feature.
|
Modifier and Type | Method and Description |
---|---|
void |
develop()
Develops the feature fields.
|
void |
setup(Evolver evolver)
Sets up the feature parameters.
|
java.lang.String |
toString()
Returns a string representation of the feature's BP training parameters.
|
compareTo, getDecoder, getField, getId, getMaxValue, getMinValue, getValueCount, setDecoder, setMaxValue, setMinValue, setupFields
public static final int EPOCHS
public static final int LEARN_RATE
public static final int MIN_ERROR
public static final int ETA_PLUS
public static final int ETA_MINUS
public RpropTraining(Decoder decoder)
decoder
- a decoderpublic void setup(Evolver evolver)