Documentation of 'org.encog.ml.factory.train.BackPropFactory' Java class
BackPropFactory
org.encog.ml.factory.train

Class BackPropFactory



  • public class BackPropFactory
    extends java.lang.Object
    A factory for backpropagation training.
    • Constructor Summary

      Constructors 
      Constructor and Description
      BackPropFactory() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      MLTrain create(MLMethod method, MLDataSet training, java.lang.String argsStr)
      Create a backpropagation trainer.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BackPropFactory

        public BackPropFactory()
    • Method Detail

      • create

        public MLTrain create(MLMethod method,
                              MLDataSet training,
                              java.lang.String argsStr)
        Create a backpropagation trainer.
        Parameters:
        method - The method to use.
        training - The training data to use.
        argsStr - The arguments to use.
        Returns:
        The newly created trainer.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.