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

Class FeedforwardFactory



  • public class FeedforwardFactory
    extends java.lang.Object
    A factor to create feedforward networks.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String CANT_DEFINE_ACT
      Error.
    • 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
    • Field Detail

      • CANT_DEFINE_ACT

        public static final java.lang.String CANT_DEFINE_ACT
        Error.
        See Also:
        Constant Field Values
    • Constructor Detail

      • FeedforwardFactory

        public FeedforwardFactory()
    • 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.