org.encog.neural.networks.training.concurrent.jobs
public class RPROPJob extends TrainingJob
| Constructor and Description |
|---|
RPROPJob(BasicNetwork network,
MLDataSet training,
boolean loadToMemory)
Construct an RPROP job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
createTrainer(boolean singleThreaded)
Create a trainer to use.
|
double |
getInitialUpdate() |
double |
getMaxStep() |
void |
setInitialUpdate(double initialUpdate) |
void |
setMaxStep(double maxStep) |
getError, getNetwork, getStrategies, getTrain, getTraining, isLoadToMemory, setError, setLoadToMemory, setNetwork, setTrain, setTraining, shouldContinuepublic RPROPJob(BasicNetwork network, MLDataSet training, boolean loadToMemory)
network - The network to train.training - The training data to use.loadToMemory - True if binary training data should be loaded to memory.public void createTrainer(boolean singleThreaded)
createTrainer in class TrainingJobpublic double getInitialUpdate()
public double getMaxStep()
public void setInitialUpdate(double initialUpdate)
initialUpdate - the initialUpdate to setpublic void setMaxStep(double maxStep)
maxStep - the maxStep to setCopyright © 2014. All Rights Reserved.