org.encog.ensemble.training
Class ManhattanPropagationFactory

java.lang.Object
  extended by org.encog.ensemble.training.ManhattanPropagationFactory
All Implemented Interfaces:
EnsembleTrainFactory

public class ManhattanPropagationFactory
extends Object
implements EnsembleTrainFactory


Constructor Summary
ManhattanPropagationFactory()
           
 
Method Summary
 String getLabel()
           
 double getLearningRate()
           
 MLTrain getTraining(MLMethod mlMethod, MLDataSet trainingData)
           
 void setLearningRate(double learningRate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManhattanPropagationFactory

public ManhattanPropagationFactory()
Method Detail

setLearningRate

public void setLearningRate(double learningRate)

getLearningRate

public double getLearningRate()

getTraining

public MLTrain getTraining(MLMethod mlMethod,
                           MLDataSet trainingData)
Specified by:
getTraining in interface EnsembleTrainFactory

getLabel

public String getLabel()
Specified by:
getLabel in interface EnsembleTrainFactory


Copyright © 2014. All Rights Reserved.