org.encog.ml.factory.method
Class FeedforwardFactory
- java.lang.Object
-
- org.encog.ml.factory.method.FeedforwardFactory
-
public class FeedforwardFactory extends java.lang.ObjectA factor to create feedforward networks.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringCANT_DEFINE_ACTError.
-
Constructor Summary
Constructors Constructor and Description FeedforwardFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description MLMethodcreate(java.lang.String architecture, int input, int output)Create a feed forward network.
-
-
-
Field Detail
-
CANT_DEFINE_ACT
public static final java.lang.String CANT_DEFINE_ACT
Error.- See Also:
- Constant Field Values
-
-
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