org.encog.ml.factory.method
Class EPLFactory
- java.lang.Object
-
- org.encog.ml.factory.method.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 MLMethodcreate(java.lang.String architecture, int input, int output)Create a feed forward network.
-
-
-
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