Documentation of 'org.encog.ml.factory.method.EPLFactory' Java class
EPLFactory
org.encog.ml.factory.method

Class EPLFactory



  • public class EPLFactory
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      EPLFactory() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      MLMethod create(java.lang.String architecture, int input, int output)
      Create a feed forward network.
      • Methods inherited from class java.lang.Object

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

      • EPLFactory

        public EPLFactory()
    • Method Detail

      • create

        public MLMethod create(java.lang.String architecture,
                               int input,
                               int output)
        Create a feed forward network.
        Parameters:
        architecture - The architecture string to use.
        input - The input count.
        output - The output count.
        Returns:
        The feedforward network.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.