org.encog.ml.factory.method
Class PNNFactory
- java.lang.Object
-
- org.encog.ml.factory.method.PNNFactory
-
public class PNNFactory extends java.lang.ObjectA factory to create PNN networks.
-
-
Field Summary
Fields Modifier and Type Field and Description static intMAX_LAYERSThe max layer count.
-
Constructor Summary
Constructors Constructor and Description PNNFactory()
-
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 PNN network.
-
-
-
Field Detail
-
MAX_LAYERS
public static final int MAX_LAYERS
The max layer count.- See Also:
- Constant Field Values
-
-
Method Detail
-
create
public MLMethod create(java.lang.String architecture, int input, int output)
Create a PNN network.- Parameters:
architecture- THe architecture string to use.input- The input count.output- The output count.- Returns:
- The RBF network.
-
-
DMelt 3.0 © DataMelt by jWork.ORG